Html Css Color HEX #7057D0 Slate Blue

📋 copy color: '#7057D0'

red 112 ◦ green 87 ◦ blue 208

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

Shades of Slate Blue #7057D0

Tints of Slate Blue #7057D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 27.52%
G = 21.38%
B = 51.11%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7057D0 (or 0x7057D0) is known color: Slate Blue. HEX triplet: 70, 57 and D0. RGB value is (112,87,208). Sum of RGB (Red+Green+Blue) = 112+87+208=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #7057D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7057D0 is #8FA82F. Grayscale: #6B6B6B. Windows color (decimal): -9414704 or 13653872. OLE color: 13653872.

HSL color Cylindrical-coordinate representation of color #7057D0: hue angle of 252.4º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7057D0 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 87 208 -
CMYK 0.46 0.58 0 0.18
HSL 252.4º 0.56% 0.58% -
HSV(B) 252.4º 0.58% 0.82% -
XYZ 21.48 14.82 61.4 -
YUV 108.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 112 87 208 0.46 0.58 0 0.18 252.4 0.56 0.58
Hex 70 57 D0 2E 3A 0 12 FC 38 3A
Octal 160 127 320 56 72 0 22 374 70 72
Binary 1110000 1010111 11010000 101110 111010 0 10010 11111100 111000 111010

Color Harmonies of #7057D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7057D0

Black with #7057D0

Text Example


Text Example

White with #7057D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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