Html Css Color HEX #7053D6 Slate Blue

📋 copy color: '#7053D6'

red 112 ◦ green 83 ◦ blue 214

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

Shades of Slate Blue #7053D6

Tints of Slate Blue #7053D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.32%

R = 27.38%
G = 20.29%
B = 52.32%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7053D6 (or 0x7053D6) is known color: Slate Blue. HEX triplet: 70, 53 and D6. RGB value is (112,83,214). Sum of RGB (Red+Green+Blue) = 112+83+214=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #7053D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053D6 is #8FAC29. Grayscale: #6A6A6A. Windows color (decimal): -9415722 or 14046064. OLE color: 14046064.

HSL color Cylindrical-coordinate representation of color #7053D6: hue angle of 253.28º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7053D6 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 83 214 -
CMYK 0.48 0.61 0 0.16
HSL 253.28º 0.62% 0.58% -
HSV(B) 253.28º 0.61% 0.84% -
XYZ 21.91 14.49 65.26 -
YUV 106.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 112 83 214 0.48 0.61 0 0.16 253.28 0.62 0.58
Hex 70 53 D6 30 3D 0 10 FD 3E 3A
Octal 160 123 326 60 75 0 20 375 76 72
Binary 1110000 1010011 11010110 110000 111101 0 10000 11111101 111110 111010

Color Harmonies of #7053D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053D6

Black with #7053D6

Text Example


Text Example

White with #7053D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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