Html Css Color HEX #7057DA Slate Blue

📋 copy color: '#7057DA'

red 112 ◦ green 87 ◦ blue 218

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

Shades of Slate Blue #7057DA

Tints of Slate Blue #7057DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 26.86%
G = 20.86%
B = 52.28%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7057DA (or 0x7057DA) is known color: Slate Blue. HEX triplet: 70, 57 and DA. RGB value is (112,87,218). Sum of RGB (Red+Green+Blue) = 112+87+218=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #7057DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7057DA is #8FA825. Grayscale: #6C6C6C. Windows color (decimal): -9414694 or 14309232. OLE color: 14309232.

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

Color convert

RGB 112 87 218 -
CMYK 0.49 0.60 0 0.15
HSL 251.45º 0.64% 0.6% -
HSV(B) 251.45º 0.6% 0.85% -
XYZ 22.75 15.32 68.09 -
YUV 109.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 112 87 218 0.49 0.60 0 0.15 251.45 0.64 0.6
Hex 70 57 DA 31 3C 0 F FB 40 3C
Octal 160 127 332 61 74 0 17 373 100 74
Binary 1110000 1010111 11011010 110001 111100 0 1111 11111011 1000000 111100

Color Harmonies of #7057DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7057DA

Black with #7057DA

Text Example


Text Example

White with #7057DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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