Html Css Color HEX #7956DB Slate Blue

📋 copy color: '#7956DB'

red 121 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #7956DB

Tints of Slate Blue #7956DB

RGB

 RED value IS 121 (47.66% from 255) = 28.4%

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 28.4%
G = 20.19%
B = 51.41%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7956DB (or 0x7956DB) is known color: Slate Blue. HEX triplet: 79, 56 and DB. RGB value is (121,86,219). Sum of RGB (Red+Green+Blue) = 121+86+219=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #7956DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7956DB is #86A924. Grayscale: #6F6F6F. Windows color (decimal): -8825125 or 14374521. OLE color: 14374521.

HSL color Cylindrical-coordinate representation of color #7956DB: hue angle of 255.79º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7956DB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 86 219 -
CMYK 0.45 0.61 0 0.14
HSL 255.79º 0.65% 0.6% -
HSV(B) 255.79º 0.61% 0.86% -
XYZ 24 15.84 68.81 -
YUV 111.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 121 86 219 0.45 0.61 0 0.14 255.79 0.65 0.6
Hex 79 56 DB 2D 3D 0 E 100 41 3C
Octal 171 126 333 55 75 0 16 400 101 74
Binary 1111001 1010110 11011011 101101 111101 0 1110 100000000 1000001 111100

Color Harmonies of #7956DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7956DB

Black with #7956DB

Text Example


Text Example

White with #7956DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7956DB; }

 p { color: rgb(121,86,219); }

 H1.HeaderClassName
 {
   color: #7956DB;
 }
 .AnyTagClassName
 {
   color: #7956DB;
 }
</style>

background-color css

<style>
 a { background-color: #7956DB; }

 a { background-color: rgb(121,86,219); }

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

border-color css

<style>
 span { border-color: #7956DB; }

 span { border-color: rgb(121,86,219); }

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