Html Css Color HEX #745ECC Slate Blue

📋 copy color: '#745ECC'

red 116 ◦ green 94 ◦ blue 204

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

Shades of Slate Blue #745ECC

Tints of Slate Blue #745ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.71%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 28.02%
G = 22.71%
B = 49.28%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#745ECC (or 0x745ECC) is known color: Slate Blue. HEX triplet: 74, 5E and CC. RGB value is (116,94,204). Sum of RGB (Red+Green+Blue) = 116+94+204=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #745ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ECC is #8BA133. Grayscale: #707070. Windows color (decimal): -9150772 or 13393524. OLE color: 13393524.

HSL color Cylindrical-coordinate representation of color #745ECC: hue angle of 252º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745ECC is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 94 204 -
CMYK 0.43 0.54 0 0.2
HSL 252º 0.52% 0.58% -
HSV(B) 252º 0.54% 0.8% -
XYZ 22.1 16.08 59.07 -
YUV 113.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 116 94 204 0.43 0.54 0 0.2 252 0.52 0.58
Hex 74 5E CC 2B 36 0 14 FC 34 3A
Octal 164 136 314 53 66 0 24 374 64 72
Binary 1110100 1011110 11001100 101011 110110 0 10100 11111100 110100 111010

Color Harmonies of #745ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745ECC

Black with #745ECC

Text Example


Text Example

White with #745ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,94,204); }

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

background-color css

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

 a { background-color: rgb(116,94,204); }

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

border-color css

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

 span { border-color: rgb(116,94,204); }

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