Html Css Color HEX #7051DC Slate Blue

📋 copy color: '#7051DC'

red 112 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #7051DC

Tints of Slate Blue #7051DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 27.12%
G = 19.61%
B = 53.27%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7051DC (or 0x7051DC) is known color: Slate Blue. HEX triplet: 70, 51 and DC. RGB value is (112,81,220). Sum of RGB (Red+Green+Blue) = 112+81+220=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #7051DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051DC is #8FAE23. Grayscale: #696969. Windows color (decimal): -9416228 or 14438768. OLE color: 14438768.

HSL color Cylindrical-coordinate representation of color #7051DC: hue angle of 253.38º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7051DC is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 81 220 -
CMYK 0.49 0.63 0 0.14
HSL 253.38º 0.67% 0.59% -
HSV(B) 253.38º 0.63% 0.86% -
XYZ 22.54 14.5 69.32 -
YUV 106.12 192.27 132.2 -
System Red Green Blue C M Y K H S L
Decimal 112 81 220 0.49 0.63 0 0.14 253.38 0.67 0.59
Hex 70 51 DC 31 3F 0 E FD 43 3B
Octal 160 121 334 61 77 0 16 375 103 73
Binary 1110000 1010001 11011100 110001 111111 0 1110 11111101 1000011 111011

Color Harmonies of #7051DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051DC

Black with #7051DC

Text Example


Text Example

White with #7051DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7051DC; }

 p { color: rgb(112,81,220); }

 H1.HeaderClassName
 {
   color: #7051DC;
 }
 .AnyTagClassName
 {
   color: #7051DC;
 }
</style>

background-color css

<style>
 a { background-color: #7051DC; }

 a { background-color: rgb(112,81,220); }

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

border-color css

<style>
 span { border-color: #7051DC; }

 span { border-color: rgb(112,81,220); }

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