Html Css Color HEX #7957DB Slate Blue

📋 copy color: '#7957DB'

red 121 ◦ green 87 ◦ blue 219

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

Shades of Slate Blue #7957DB

Tints of Slate Blue #7957DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.37%

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

R = 28.34%
G = 20.37%
B = 51.29%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7957DB (or 0x7957DB) is known color: Slate Blue. HEX triplet: 79, 57 and DB. RGB value is (121,87,219). Sum of RGB (Red+Green+Blue) = 121+87+219=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #7957DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7957DB is #86A824. Grayscale: #6F6F6F. Windows color (decimal): -8824869 or 14374777. OLE color: 14374777.

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

Color convert

RGB 121 87 219 -
CMYK 0.45 0.60 0 0.14
HSL 255.45º 0.65% 0.6% -
HSV(B) 255.45º 0.6% 0.86% -
XYZ 24.08 16 68.84 -
YUV 112.21 188.26 134.27 -
System Red Green Blue C M Y K H S L
Decimal 121 87 219 0.45 0.60 0 0.14 255.45 0.65 0.6
Hex 79 57 DB 2D 3C 0 E FF 41 3C
Octal 171 127 333 55 74 0 16 377 101 74
Binary 1111001 1010111 11011011 101101 111100 0 1110 11111111 1000001 111100

Color Harmonies of #7957DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7957DB

Black with #7957DB

Text Example


Text Example

White with #7957DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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