Html Css Color HEX #745DD6 Slate Blue

📋 copy color: '#745DD6'

red 116 ◦ green 93 ◦ blue 214

#745DD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #745DD6

Tints of Slate Blue #745DD6

RGB

 RED value IS 116 (45.7% from 255) = 27.42%

 GREEN value IS 93 (36.72% from 255) = 21.99%

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 27.42%
G = 21.99%
B = 50.59%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#745DD6 (or 0x745DD6) is known color: Slate Blue. HEX triplet: 74, 5D and D6. RGB value is (116,93,214). Sum of RGB (Red+Green+Blue) = 116+93+214=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #745DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DD6 is #8BA229. Grayscale: #717171. Windows color (decimal): -9151018 or 14048628. OLE color: 14048628.

HSL color Cylindrical-coordinate representation of color #745DD6: hue angle of 251.4º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745DD6 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 93 214 -
CMYK 0.46 0.57 0 0.16
HSL 251.41º 0.6% 0.6% -
HSV(B) 251.41º 0.57% 0.84% -
XYZ 23.25 16.4 65.56 -
YUV 113.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 116 93 214 0.46 0.57 0 0.16 251.41 0.6 0.6
Hex 74 5D D6 2E 39 0 10 FB 3C 3C
Octal 164 135 326 56 71 0 20 373 74 74
Binary 1110100 1011101 11010110 101110 111001 0 10000 11111011 111100 111100

Color Harmonies of #745DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DD6

Black with #745DD6

Text Example


Text Example

White with #745DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,93,214); }

 H1.HeaderClassName
 {
   color: #745DD6;
 }
 .AnyTagClassName
 {
   color: #745DD6;
 }
</style>

background-color css

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

 a { background-color: rgb(116,93,214); }

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

border-color css

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

 span { border-color: rgb(116,93,214); }

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