Html Css Color HEX #7051E4 Slate Blue

📋 copy color: '#7051E4'

red 112 ◦ green 81 ◦ blue 228

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

Shades of Slate Blue #7051E4

Tints of Slate Blue #7051E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 54.16%

R = 26.6%
G = 19.24%
B = 54.16%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7051E4 (or 0x7051E4) is known color: Slate Blue. HEX triplet: 70, 51 and E4. RGB value is (112,81,228). Sum of RGB (Red+Green+Blue) = 112+81+228=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #7051E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051E4 is #8FAE1B. Grayscale: #6A6A6A. Windows color (decimal): -9416220 or 14963056. OLE color: 14963056.

HSL color Cylindrical-coordinate representation of color #7051E4: hue angle of 252.65º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7051E4 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 81 228 -
CMYK 0.51 0.64 0 0.11
HSL 252.65º 0.73% 0.61% -
HSV(B) 252.65º 0.64% 0.89% -
XYZ 23.63 14.93 75.04 -
YUV 107.03 196.27 131.55 -
System Red Green Blue C M Y K H S L
Decimal 112 81 228 0.51 0.64 0 0.11 252.65 0.73 0.61
Hex 70 51 E4 33 40 0 B FD 49 3D
Octal 160 121 344 63 100 0 13 375 111 75
Binary 1110000 1010001 11100100 110011 1000000 0 1011 11111101 1001001 111101

Color Harmonies of #7051E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051E4

Black with #7051E4

Text Example


Text Example

White with #7051E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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