Html Css Color HEX #7953DB Slate Blue

📋 copy color: '#7953DB'

red 121 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #7953DB

Tints of Slate Blue #7953DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.62%

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

R = 28.61%
G = 19.62%
B = 51.77%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7953DB (or 0x7953DB) is known color: Slate Blue. HEX triplet: 79, 53 and DB. RGB value is (121,83,219). Sum of RGB (Red+Green+Blue) = 121+83+219=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #7953DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7953DB is #86AC24. Grayscale: #6D6D6D. Windows color (decimal): -8825893 or 14373753. OLE color: 14373753.

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

Color convert

RGB 121 83 219 -
CMYK 0.45 0.62 0 0.14
HSL 256.76º 0.65% 0.59% -
HSV(B) 256.76º 0.62% 0.86% -
XYZ 23.76 15.37 68.73 -
YUV 109.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 121 83 219 0.45 0.62 0 0.14 256.76 0.65 0.59
Hex 79 53 DB 2D 3E 0 E 101 41 3B
Octal 171 123 333 55 76 0 16 401 101 73
Binary 1111001 1010011 11011011 101101 111110 0 1110 100000001 1000001 111011

Color Harmonies of #7953DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7953DB

Black with #7953DB

Text Example


Text Example

White with #7953DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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