Html Css Color HEX #7952DE Slate Blue

📋 copy color: '#7952DE'

red 121 ◦ green 82 ◦ blue 222

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

Shades of Slate Blue #7952DE

Tints of Slate Blue #7952DE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.29%

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

R = 28.47%
G = 19.29%
B = 52.24%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7952DE (or 0x7952DE) is known color: Slate Blue. HEX triplet: 79, 52 and DE. RGB value is (121,82,222). Sum of RGB (Red+Green+Blue) = 121+82+222=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #7952DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7952DE is #86AD21. Grayscale: #6D6D6D. Windows color (decimal): -8826146 or 14570105. OLE color: 14570105.

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

Color convert

RGB 121 82 222 -
CMYK 0.45 0.63 0 0.13
HSL 256.71º 0.68% 0.6% -
HSV(B) 256.71º 0.63% 0.87% -
XYZ 24.09 15.37 70.81 -
YUV 109.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 121 82 222 0.45 0.63 0 0.13 256.71 0.68 0.6
Hex 79 52 DE 2D 3F 0 D 101 44 3C
Octal 171 122 336 55 77 0 15 401 104 74
Binary 1111001 1010010 11011110 101101 111111 0 1101 100000001 1000100 111100

Color Harmonies of #7952DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7952DE

Black with #7952DE

Text Example


Text Example

White with #7952DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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