#745cdb

Color #745CDB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #745CDB

Tints of Slate Blue #745CDB

Color information

#745CDB (or 0x745CDB) is unknown color: approx Slate Blue. HEX triplet: 74, 5C and DB. RGB value is (116,92,219). Sum of RGB (Red+Green+Blue) = 116+92+219=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #745CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CDB is #8BA324. Grayscale: #717171. Windows color (decimal): -9151269 or 14376052. OLE color: 14376052.

HSL color Cylindrical-coordinate representation of color #745CDB: hue angle of 251.34º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745CDB is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11692219-
CMYK0.470.5800.14
HSL251.34º63.82%60.98%-
HSV(B)251.34º57.99%85.88%-
XYZ23.8216.4868.94-
YUV113.65187.45129.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 219 (85.94% from 255) = 51.29%
R=27.17%
G=21.55%
B=51.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal116922190.470.5800.14251.3463.8260.98
Hex745CDB2F3A0Efb403d
Octal164134333577201637310075
Binary111010010111001101101110111111101001110111110111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745cdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745cdb; }

 p { color: rgb(116,92,219); }

 H1.HeaderClassName
 {
   color: #745cdb;
 }
 .AnyTagClassName
 {
   color: #745cdb;
 }
</style>
background-color css

<style>
 a { background-color: #745cdb; }

 a { background-color: rgb(116,92,219); }

 div.DivClassName
 {
   background-color: #745cdb;
 }
 .BgClassName
 {
   background-color: #745cdb;
 }
</style>
border-color css

<style>
 span { border-color: #745cdb; }

 span { border-color: rgb(116,92,219); }

 td.TdClassName
 {
   border-color: #745cdb;
 }
 .TagClassName
 {
   border-color: #745cdb;
 }
</style>