Html Css Color HEX #7950DE Slate Blue

📋 copy color: '#7950DE'

red 121 ◦ green 80 ◦ blue 222

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

Shades of Slate Blue #7950DE

Tints of Slate Blue #7950DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 28.61%
G = 18.91%
B = 52.48%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7950DE (or 0x7950DE) is known color: Slate Blue. HEX triplet: 79, 50 and DE. RGB value is (121,80,222). Sum of RGB (Red+Green+Blue) = 121+80+222=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #7950DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7950DE is #86AF21. Grayscale: #6B6B6B. Windows color (decimal): -8826658 or 14569593. OLE color: 14569593.

HSL color Cylindrical-coordinate representation of color #7950DE: hue angle of 257.32º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7950DE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 80 222 -
CMYK 0.45 0.64 0 0.13
HSL 257.32º 0.68% 0.59% -
HSV(B) 257.32º 0.64% 0.87% -
XYZ 23.94 15.08 70.76 -
YUV 108.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 121 80 222 0.45 0.64 0 0.13 257.32 0.68 0.59
Hex 79 50 DE 2D 40 0 D 101 44 3B
Octal 171 120 336 55 100 0 15 401 104 73
Binary 1111001 1010000 11011110 101101 1000000 0 1101 100000001 1000100 111011

Color Harmonies of #7950DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7950DE

Black with #7950DE

Text Example


Text Example

White with #7950DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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