Html Css Color HEX #7852CF Slate Blue

📋 copy color: '#7852CF'

red 120 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #7852CF

Tints of Slate Blue #7852CF

RGB

 RED value IS 120 (47.27% from 255) = 29.34%

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

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

R = 29.34%
G = 20.05%
B = 50.61%

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

#7852CF (or 0x7852CF) is known color: Slate Blue. HEX triplet: 78, 52 and CF. RGB value is (120,82,207). Sum of RGB (Red+Green+Blue) = 120+82+207=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #7852CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852CF is #87AD30. Grayscale: #6B6B6B. Windows color (decimal): -8891697 or 13587064. OLE color: 13587064.

HSL color Cylindrical-coordinate representation of color #7852CF: hue angle of 258.24º 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 #7852CF is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 82 207 -
CMYK 0.42 0.60 0 0.19
HSL 258.24º 0.57% 0.57% -
HSV(B) 258.24º 0.6% 0.81% -
XYZ 22.03 14.53 60.68 -
YUV 107.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 120 82 207 0.42 0.60 0 0.19 258.24 0.57 0.57
Hex 78 52 CF 2A 3C 0 13 102 39 39
Octal 170 122 317 52 74 0 23 402 71 71
Binary 1111000 1010010 11001111 101010 111100 0 10011 100000010 111001 111001

Color Harmonies of #7852CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7852CF

Black with #7852CF

Text Example


Text Example

White with #7852CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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