Html Css Color HEX #7954DE Slate Blue

📋 copy color: '#7954DE'

red 121 ◦ green 84 ◦ blue 222

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

Shades of Slate Blue #7954DE

Tints of Slate Blue #7954DE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

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

R = 28.34%
G = 19.67%
B = 51.99%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7954DE (or 0x7954DE) is known color: Slate Blue. HEX triplet: 79, 54 and DE. RGB value is (121,84,222). Sum of RGB (Red+Green+Blue) = 121+84+222=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #7954DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7954DE is #86AB21. Grayscale: #6E6E6E. Windows color (decimal): -8825634 or 14570617. OLE color: 14570617.

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

Color convert

RGB 121 84 222 -
CMYK 0.45 0.62 0 0.13
HSL 256.09º 0.68% 0.6% -
HSV(B) 256.09º 0.62% 0.87% -
XYZ 24.24 15.68 70.86 -
YUV 110.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 121 84 222 0.45 0.62 0 0.13 256.09 0.68 0.6
Hex 79 54 DE 2D 3E 0 D 100 44 3C
Octal 171 124 336 55 76 0 15 400 104 74
Binary 1111001 1010100 11011110 101101 111110 0 1101 100000000 1000100 111100

Color Harmonies of #7954DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7954DE

Black with #7954DE

Text Example


Text Example

White with #7954DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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