Html Css Color HEX #7950DB Slate Blue

📋 copy color: '#7950DB'

red 121 ◦ green 80 ◦ blue 219

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

Shades of Slate Blue #7950DB

Tints of Slate Blue #7950DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.05%

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

R = 28.81%
G = 19.05%
B = 52.14%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7950DB (or 0x7950DB) is known color: Slate Blue. HEX triplet: 79, 50 and DB. RGB value is (121,80,219). Sum of RGB (Red+Green+Blue) = 121+80+219=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #7950DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7950DB is #86AF24. Grayscale: #6B6B6B. Windows color (decimal): -8826661 or 14372985. OLE color: 14372985.

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

Color convert

RGB 121 80 219 -
CMYK 0.45 0.63 0 0.14
HSL 257.7º 0.66% 0.59% -
HSV(B) 257.7º 0.63% 0.86% -
XYZ 23.54 14.92 68.66 -
YUV 108.11 190.58 137.2 -
System Red Green Blue C M Y K H S L
Decimal 121 80 219 0.45 0.63 0 0.14 257.7 0.66 0.59
Hex 79 50 DB 2D 3F 0 E 102 42 3B
Octal 171 120 333 55 77 0 16 402 102 73
Binary 1111001 1010000 11011011 101101 111111 0 1110 100000010 1000010 111011

Color Harmonies of #7950DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7950DB

Black with #7950DB

Text Example


Text Example

White with #7950DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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