Html Css Color HEX #7057DC Slate Blue

📋 copy color: '#7057DC'

red 112 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #7057DC

Tints of Slate Blue #7057DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.76%

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

R = 26.73%
G = 20.76%
B = 52.51%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7057DC (or 0x7057DC) is known color: Slate Blue. HEX triplet: 70, 57 and DC. RGB value is (112,87,220). Sum of RGB (Red+Green+Blue) = 112+87+220=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #7057DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7057DC is #8FA823. Grayscale: #6D6D6D. Windows color (decimal): -9414692 or 14440304. OLE color: 14440304.

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

Color convert

RGB 112 87 220 -
CMYK 0.49 0.60 0 0.14
HSL 251.28º 0.66% 0.6% -
HSV(B) 251.28º 0.6% 0.86% -
XYZ 23.01 15.43 69.48 -
YUV 109.64 190.28 129.69 -
System Red Green Blue C M Y K H S L
Decimal 112 87 220 0.49 0.60 0 0.14 251.28 0.66 0.6
Hex 70 57 DC 31 3C 0 E FB 42 3C
Octal 160 127 334 61 74 0 16 373 102 74
Binary 1110000 1010111 11011100 110001 111100 0 1110 11111011 1000010 111100

Color Harmonies of #7057DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7057DC

Black with #7057DC

Text Example


Text Example

White with #7057DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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