Html Css Color HEX #755FCE Slate Blue

📋 copy color: '#755FCE'

red 117 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #755FCE

Tints of Slate Blue #755FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 27.99%
G = 22.73%
B = 49.28%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#755FCE (or 0x755FCE) is known color: Slate Blue. HEX triplet: 75, 5F and CE. RGB value is (117,95,206). Sum of RGB (Red+Green+Blue) = 117+95+206=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #755FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FCE is #8AA031. Grayscale: #717171. Windows color (decimal): -9084978 or 13524853. OLE color: 13524853.

HSL color Cylindrical-coordinate representation of color #755FCE: hue angle of 251.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #755FCE is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 95 206 -
CMYK 0.43 0.54 0 0.19
HSL 251.89º 0.53% 0.59% -
HSV(B) 251.89º 0.54% 0.81% -
XYZ 22.57 16.42 60.37 -
YUV 114.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 117 95 206 0.43 0.54 0 0.19 251.89 0.53 0.59
Hex 75 5F CE 2B 36 0 13 FC 35 3B
Octal 165 137 316 53 66 0 23 374 65 73
Binary 1110101 1011111 11001110 101011 110110 0 10011 11111100 110101 111011

Color Harmonies of #755FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FCE

Black with #755FCE

Text Example


Text Example

White with #755FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,206); }

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

background-color css

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

 a { background-color: rgb(117,95,206); }

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

border-color css

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

 span { border-color: rgb(117,95,206); }

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