Html Css Color HEX #7051DE Slate Blue

📋 copy color: '#7051DE'

red 112 ◦ green 81 ◦ blue 222

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

Shades of Slate Blue #7051DE

Tints of Slate Blue #7051DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 26.99%
G = 19.52%
B = 53.49%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7051DE (or 0x7051DE) is known color: Slate Blue. HEX triplet: 70, 51 and DE. RGB value is (112,81,222). Sum of RGB (Red+Green+Blue) = 112+81+222=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #7051DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051DE is #8FAE21. Grayscale: #696969. Windows color (decimal): -9416226 or 14569840. OLE color: 14569840.

HSL color Cylindrical-coordinate representation of color #7051DE: hue angle of 253.19º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7051DE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 81 222 -
CMYK 0.50 0.64 0 0.13
HSL 253.19º 0.68% 0.59% -
HSV(B) 253.19º 0.64% 0.87% -
XYZ 22.81 14.6 70.72 -
YUV 106.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 112 81 222 0.50 0.64 0 0.13 253.19 0.68 0.59
Hex 70 51 DE 32 40 0 D FD 44 3B
Octal 160 121 336 62 100 0 15 375 104 73
Binary 1110000 1010001 11011110 110010 1000000 0 1101 11111101 1000100 111011

Color Harmonies of #7051DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051DE

Black with #7051DE

Text Example


Text Example

White with #7051DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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