Html Css Color HEX #7053CE Slate Blue

📋 copy color: '#7053CE'

red 112 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #7053CE

Tints of Slate Blue #7053CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 27.93%
G = 20.7%
B = 51.37%

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

#7053CE (or 0x7053CE) is known color: Slate Blue. HEX triplet: 70, 53 and CE. RGB value is (112,83,206). Sum of RGB (Red+Green+Blue) = 112+83+206=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #7053CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053CE is #8FAC31. Grayscale: #696969. Windows color (decimal): -9415730 or 13521776. OLE color: 13521776.

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

Color convert

RGB 112 83 206 -
CMYK 0.46 0.60 0 0.19
HSL 254.15º 0.56% 0.57% -
HSV(B) 254.15º 0.6% 0.81% -
XYZ 20.92 14.09 60.01 -
YUV 105.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 112 83 206 0.46 0.60 0 0.19 254.15 0.56 0.57
Hex 70 53 CE 2E 3C 0 13 FE 38 39
Octal 160 123 316 56 74 0 23 376 70 71
Binary 1110000 1010011 11001110 101110 111100 0 10011 11111110 111000 111001

Color Harmonies of #7053CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053CE

Black with #7053CE

Text Example


Text Example

White with #7053CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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