Html Css Color HEX #7052CF Slate Blue

📋 copy color: '#7052CF'

red 112 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #7052CF

Tints of Slate Blue #7052CF

RGB

 RED value IS 112 (44.14% from 255) = 27.93%

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

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

R = 27.93%
G = 20.45%
B = 51.62%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7052CF (or 0x7052CF) is known color: Slate Blue. HEX triplet: 70, 52 and CF. RGB value is (112,82,207). Sum of RGB (Red+Green+Blue) = 112+82+207=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #7052CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052CF is #8FAD30. Grayscale: #686868. Windows color (decimal): -9415985 or 13587056. OLE color: 13587056.

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

Color convert

RGB 112 82 207 -
CMYK 0.46 0.60 0 0.19
HSL 254.4º 0.57% 0.57% -
HSV(B) 254.4º 0.6% 0.81% -
XYZ 20.96 13.98 60.63 -
YUV 105.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 112 82 207 0.46 0.60 0 0.19 254.4 0.57 0.57
Hex 70 52 CF 2E 3C 0 13 FE 39 39
Octal 160 122 317 56 74 0 23 376 71 71
Binary 1110000 1010010 11001111 101110 111100 0 10011 11111110 111001 111001

Color Harmonies of #7052CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052CF

Black with #7052CF

Text Example


Text Example

White with #7052CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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