Html Css Color HEX #755FCC Slate Blue

📋 copy color: '#755FCC'

red 117 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #755FCC

Tints of Slate Blue #755FCC

RGB

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

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

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

R = 28.13%
G = 22.84%
B = 49.04%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#755FCC (or 0x755FCC) is known color: Slate Blue. HEX triplet: 75, 5F and CC. RGB value is (117,95,204). Sum of RGB (Red+Green+Blue) = 117+95+204=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #755FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755FCC is #8AA033. Grayscale: #717171. Windows color (decimal): -9084980 or 13393781. OLE color: 13393781.

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

Color convert

RGB 117 95 204 -
CMYK 0.43 0.53 0 0.2
HSL 252.11º 0.52% 0.59% -
HSV(B) 252.11º 0.53% 0.8% -
XYZ 22.33 16.33 59.1 -
YUV 114 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 117 95 204 0.43 0.53 0 0.2 252.11 0.52 0.59
Hex 75 5F CC 2B 35 0 14 FC 34 3B
Octal 165 137 314 53 65 0 24 374 64 73
Binary 1110101 1011111 11001100 101011 110101 0 10100 11111100 110100 111011

Color Harmonies of #755FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FCC

Black with #755FCC

Text Example


Text Example

White with #755FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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