Html Css Color HEX #7955DB Slate Blue

📋 copy color: '#7955DB'

red 121 ◦ green 85 ◦ blue 219

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

Shades of Slate Blue #7955DB

Tints of Slate Blue #7955DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20%

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

R = 28.47%
G = 20%
B = 51.53%

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

#7955DB (or 0x7955DB) is known color: Slate Blue. HEX triplet: 79, 55 and DB. RGB value is (121,85,219). Sum of RGB (Red+Green+Blue) = 121+85+219=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #7955DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7955DB is #86AA24. Grayscale: #6E6E6E. Windows color (decimal): -8825381 or 14374265. OLE color: 14374265.

HSL color Cylindrical-coordinate representation of color #7955DB: hue angle of 256.12º 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 #7955DB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 85 219 -
CMYK 0.45 0.61 0 0.14
HSL 256.12º 0.65% 0.6% -
HSV(B) 256.12º 0.61% 0.86% -
XYZ 23.92 15.68 68.78 -
YUV 111.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 121 85 219 0.45 0.61 0 0.14 256.12 0.65 0.6
Hex 79 55 DB 2D 3D 0 E 100 41 3C
Octal 171 125 333 55 75 0 16 400 101 74
Binary 1111001 1010101 11011011 101101 111101 0 1110 100000000 1000001 111100

Color Harmonies of #7955DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7955DB

Black with #7955DB

Text Example


Text Example

White with #7955DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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