Html Css Color HEX #7052CE Slate Blue

📋 copy color: '#7052CE'

red 112 ◦ green 82 ◦ blue 206

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

Shades of Slate Blue #7052CE

Tints of Slate Blue #7052CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 28%
G = 20.5%
B = 51.5%

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

#7052CE (or 0x7052CE) is known color: Slate Blue. HEX triplet: 70, 52 and CE. RGB value is (112,82,206). Sum of RGB (Red+Green+Blue) = 112+82+206=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #7052CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052CE is #8FAD31. Grayscale: #686868. Windows color (decimal): -9415986 or 13521520. OLE color: 13521520.

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

Color convert

RGB 112 82 206 -
CMYK 0.46 0.60 0 0.19
HSL 254.52º 0.56% 0.56% -
HSV(B) 254.52º 0.6% 0.81% -
XYZ 20.84 13.94 59.98 -
YUV 105.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 112 82 206 0.46 0.60 0 0.19 254.52 0.56 0.56
Hex 70 52 CE 2E 3C 0 13 FF 38 38
Octal 160 122 316 56 74 0 23 377 70 70
Binary 1110000 1010010 11001110 101110 111100 0 10011 11111111 111000 111000

Color Harmonies of #7052CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052CE

Black with #7052CE

Text Example


Text Example

White with #7052CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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