Html Css Color HEX #7556CC Slate Blue

📋 copy color: '#7556CC'

red 117 ◦ green 86 ◦ blue 204

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

Shades of Slate Blue #7556CC

Tints of Slate Blue #7556CC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 28.75%
G = 21.13%
B = 50.12%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7556CC (or 0x7556CC) is known color: Slate Blue. HEX triplet: 75, 56 and CC. RGB value is (117,86,204). Sum of RGB (Red+Green+Blue) = 117+86+204=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #7556CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7556CC is #8AA933. Grayscale: #6C6C6C. Windows color (decimal): -9087284 or 13391477. OLE color: 13391477.

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

Color convert

RGB 117 86 204 -
CMYK 0.43 0.58 0 0.2
HSL 255.76º 0.54% 0.57% -
HSV(B) 255.76º 0.58% 0.8% -
XYZ 21.56 14.8 58.85 -
YUV 108.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 117 86 204 0.43 0.58 0 0.2 255.76 0.54 0.57
Hex 75 56 CC 2B 3A 0 14 100 36 39
Octal 165 126 314 53 72 0 24 400 66 71
Binary 1110101 1010110 11001100 101011 111010 0 10100 100000000 110110 111001

Color Harmonies of #7556CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7556CC

Black with #7556CC

Text Example


Text Example

White with #7556CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7556CC; }

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

 H1.HeaderClassName
 {
   color: #7556CC;
 }
 .AnyTagClassName
 {
   color: #7556CC;
 }
</style>

background-color css

<style>
 a { background-color: #7556CC; }

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

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

border-color css

<style>
 span { border-color: #7556CC; }

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

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