Html Css Color HEX #7756CE Slate Blue

📋 copy color: '#7756CE'

red 119 ◦ green 86 ◦ blue 206

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

Shades of Slate Blue #7756CE

Tints of Slate Blue #7756CE

RGB

 RED value IS 119 (46.88% from 255) = 28.95%

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

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

R = 28.95%
G = 20.92%
B = 50.12%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7756CE (or 0x7756CE) is known color: Slate Blue. HEX triplet: 77, 56 and CE. RGB value is (119,86,206). Sum of RGB (Red+Green+Blue) = 119+86+206=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #7756CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756CE is #88A931. Grayscale: #6D6D6D. Windows color (decimal): -8956210 or 13522551. OLE color: 13522551.

HSL color Cylindrical-coordinate representation of color #7756CE: hue angle of 256.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7756CE is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 86 206 -
CMYK 0.42 0.58 0 0.19
HSL 256.5º 0.55% 0.57% -
HSV(B) 256.5º 0.58% 0.81% -
XYZ 22.08 15.03 60.13 -
YUV 109.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 119 86 206 0.42 0.58 0 0.19 256.5 0.55 0.57
Hex 77 56 CE 2A 3A 0 13 100 37 39
Octal 167 126 316 52 72 0 23 400 67 71
Binary 1110111 1010110 11001110 101010 111010 0 10011 100000000 110111 111001

Color Harmonies of #7756CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756CE

Black with #7756CE

Text Example


Text Example

White with #7756CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7756CE; }

 p { color: rgb(119,86,206); }

 H1.HeaderClassName
 {
   color: #7756CE;
 }
 .AnyTagClassName
 {
   color: #7756CE;
 }
</style>

background-color css

<style>
 a { background-color: #7756CE; }

 a { background-color: rgb(119,86,206); }

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

border-color css

<style>
 span { border-color: #7756CE; }

 span { border-color: rgb(119,86,206); }

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