Html Css Color HEX #7057CA Slate Blue

📋 copy color: '#7057CA'

red 112 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #7057CA

Tints of Slate Blue #7057CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 27.93%
G = 21.7%
B = 50.37%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7057CA (or 0x7057CA) is known color: Slate Blue. HEX triplet: 70, 57 and CA. RGB value is (112,87,202). Sum of RGB (Red+Green+Blue) = 112+87+202=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #7057CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7057CA is #8FA835. Grayscale: #6B6B6B. Windows color (decimal): -9414710 or 13260656. OLE color: 13260656.

HSL color Cylindrical-coordinate representation of color #7057CA: hue angle of 253.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7057CA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 87 202 -
CMYK 0.45 0.57 0 0.21
HSL 253.04º 0.52% 0.57% -
HSV(B) 253.04º 0.57% 0.79% -
XYZ 20.75 14.53 57.59 -
YUV 107.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 112 87 202 0.45 0.57 0 0.21 253.04 0.52 0.57
Hex 70 57 CA 2D 39 0 15 FD 34 39
Octal 160 127 312 55 71 0 25 375 64 71
Binary 1110000 1010111 11001010 101101 111001 0 10101 11111101 110100 111001

Color Harmonies of #7057CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7057CA

Black with #7057CA

Text Example


Text Example

White with #7057CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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