Html Css Color HEX #7952CF Slate Blue

📋 copy color: '#7952CF'

red 121 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #7952CF

Tints of Slate Blue #7952CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 29.51%
G = 20%
B = 50.49%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7952CF (or 0x7952CF) is known color: Slate Blue. HEX triplet: 79, 52 and CF. RGB value is (121,82,207). Sum of RGB (Red+Green+Blue) = 121+82+207=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #7952CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7952CF is #86AD30. Grayscale: #6B6B6B. Windows color (decimal): -8826161 or 13587065. OLE color: 13587065.

HSL color Cylindrical-coordinate representation of color #7952CF: hue angle of 258.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7952CF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 82 207 -
CMYK 0.42 0.60 0 0.19
HSL 258.72º 0.57% 0.57% -
HSV(B) 258.72º 0.6% 0.81% -
XYZ 22.16 14.6 60.68 -
YUV 107.91 183.92 137.34 -
System Red Green Blue C M Y K H S L
Decimal 121 82 207 0.42 0.60 0 0.19 258.72 0.57 0.57
Hex 79 52 CF 2A 3C 0 13 103 39 39
Octal 171 122 317 52 74 0 23 403 71 71
Binary 1111001 1010010 11001111 101010 111100 0 10011 100000011 111001 111001

Color Harmonies of #7952CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7952CF

Black with #7952CF

Text Example


Text Example

White with #7952CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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