Html Css Color HEX #7057DB Slate Blue

📋 copy color: '#7057DB'

red 112 ◦ green 87 ◦ blue 219

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

Shades of Slate Blue #7057DB

Tints of Slate Blue #7057DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.39%

R = 26.79%
G = 20.81%
B = 52.39%

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

#7057DB (or 0x7057DB) is known color: Slate Blue. HEX triplet: 70, 57 and DB. RGB value is (112,87,219). Sum of RGB (Red+Green+Blue) = 112+87+219=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #7057DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7057DB is #8FA824. Grayscale: #6D6D6D. Windows color (decimal): -9414693 or 14374768. OLE color: 14374768.

HSL color Cylindrical-coordinate representation of color #7057DB: hue angle of 251.36º degrees, saturation: 0.65, 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 #7057DB is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 87 219 -
CMYK 0.49 0.60 0 0.14
HSL 251.36º 0.65% 0.6% -
HSV(B) 251.36º 0.6% 0.86% -
XYZ 22.88 15.38 68.78 -
YUV 109.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 112 87 219 0.49 0.60 0 0.14 251.36 0.65 0.6
Hex 70 57 DB 31 3C 0 E FB 41 3C
Octal 160 127 333 61 74 0 16 373 101 74
Binary 1110000 1010111 11011011 110001 111100 0 1110 11111011 1000001 111100

Color Harmonies of #7057DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7057DB

Black with #7057DB

Text Example


Text Example

White with #7057DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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