Html Css Color HEX #7042EB Slate Blue

📋 copy color: '#7042EB'

red 112 ◦ green 66 ◦ blue 235

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

Shades of Slate Blue #7042EB

Tints of Slate Blue #7042EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 27.12%
G = 15.98%
B = 56.9%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7042EB (or 0x7042EB) is known color: Slate Blue. HEX triplet: 70, 42 and EB. RGB value is (112,66,235). Sum of RGB (Red+Green+Blue) = 112+66+235=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #7042EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7042EB is #8FBD14. Grayscale: #626262. Windows color (decimal): -9420053 or 15417968. OLE color: 15417968.

HSL color Cylindrical-coordinate representation of color #7042EB: hue angle of 256.33º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7042EB is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 66 235 -
CMYK 0.52 0.72 0 0.08
HSL 256.33º 0.81% 0.59% -
HSV(B) 256.33º 0.72% 0.92% -
XYZ 23.63 13.34 79.93 -
YUV 99.02 204.74 137.26 -
System Red Green Blue C M Y K H S L
Decimal 112 66 235 0.52 0.72 0 0.08 256.33 0.81 0.59
Hex 70 42 EB 34 48 0 8 100 51 3B
Octal 160 102 353 64 110 0 10 400 121 73
Binary 1110000 1000010 11101011 110100 1001000 0 1000 100000000 1010001 111011

Color Harmonies of #7042EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042EB

Black with #7042EB

Text Example


Text Example

White with #7042EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7042EB; }

 p { color: rgb(112,66,235); }

 H1.HeaderClassName
 {
   color: #7042EB;
 }
 .AnyTagClassName
 {
   color: #7042EB;
 }
</style>

background-color css

<style>
 a { background-color: #7042EB; }

 a { background-color: rgb(112,66,235); }

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

border-color css

<style>
 span { border-color: #7042EB; }

 span { border-color: rgb(112,66,235); }

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