Html Css Color HEX #7954DD Slate Blue

📋 copy color: '#7954DD'

red 121 ◦ green 84 ◦ blue 221

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

Shades of Slate Blue #7954DD

Tints of Slate Blue #7954DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 28.4%
G = 19.72%
B = 51.88%

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

#7954DD (or 0x7954DD) is known color: Slate Blue. HEX triplet: 79, 54 and DD. RGB value is (121,84,221). Sum of RGB (Red+Green+Blue) = 121+84+221=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #7954DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7954DD is #86AB22. Grayscale: #6E6E6E. Windows color (decimal): -8825635 or 14505081. OLE color: 14505081.

HSL color Cylindrical-coordinate representation of color #7954DD: hue angle of 256.2º degrees, saturation: 0.67, 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 #7954DD is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 84 221 -
CMYK 0.45 0.62 0 0.13
HSL 256.2º 0.67% 0.6% -
HSV(B) 256.2º 0.62% 0.87% -
XYZ 24.11 15.63 70.15 -
YUV 110.68 190.26 135.36 -
System Red Green Blue C M Y K H S L
Decimal 121 84 221 0.45 0.62 0 0.13 256.2 0.67 0.6
Hex 79 54 DD 2D 3E 0 D 100 43 3C
Octal 171 124 335 55 76 0 15 400 103 74
Binary 1111001 1010100 11011101 101101 111110 0 1101 100000000 1000011 111100

Color Harmonies of #7954DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7954DD

Black with #7954DD

Text Example


Text Example

White with #7954DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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