Html Css Color HEX #755ECC Slate Blue

📋 copy color: '#755ECC'

red 117 ◦ green 94 ◦ blue 204

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

Shades of Slate Blue #755ECC

Tints of Slate Blue #755ECC

RGB

 RED value IS 117 (46.09% from 255) = 28.19%

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

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

R = 28.19%
G = 22.65%
B = 49.16%

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

#755ECC (or 0x755ECC) is known color: Slate Blue. HEX triplet: 75, 5E and CC. RGB value is (117,94,204). Sum of RGB (Red+Green+Blue) = 117+94+204=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #755ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ECC is #8AA133. Grayscale: #717171. Windows color (decimal): -9085236 or 13393525. OLE color: 13393525.

HSL color Cylindrical-coordinate representation of color #755ECC: hue angle of 252.55º 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 #755ECC is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 94 204 -
CMYK 0.43 0.54 0 0.2
HSL 252.55º 0.52% 0.58% -
HSV(B) 252.55º 0.54% 0.8% -
XYZ 22.24 16.15 59.07 -
YUV 113.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 117 94 204 0.43 0.54 0 0.2 252.55 0.52 0.58
Hex 75 5E CC 2B 36 0 14 FD 34 3A
Octal 165 136 314 53 66 0 24 375 64 72
Binary 1110101 1011110 11001100 101011 110110 0 10100 11111101 110100 111010

Color Harmonies of #755ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ECC

Black with #755ECC

Text Example


Text Example

White with #755ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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