Html Css Color HEX #7056CF Slate Blue

📋 copy color: '#7056CF'

red 112 ◦ green 86 ◦ blue 207

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

Shades of Slate Blue #7056CF

Tints of Slate Blue #7056CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 27.65%
G = 21.23%
B = 51.11%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7056CF (or 0x7056CF) is known color: Slate Blue. HEX triplet: 70, 56 and CF. RGB value is (112,86,207). Sum of RGB (Red+Green+Blue) = 112+86+207=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #7056CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7056CF is #8FA930. Grayscale: #6B6B6B. Windows color (decimal): -9414961 or 13588080. OLE color: 13588080.

HSL color Cylindrical-coordinate representation of color #7056CF: hue angle of 252.89º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7056CF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 86 207 -
CMYK 0.46 0.58 0 0.19
HSL 252.89º 0.56% 0.57% -
HSV(B) 252.89º 0.58% 0.81% -
XYZ 21.27 14.61 60.73 -
YUV 107.57 184.11 131.16 -
System Red Green Blue C M Y K H S L
Decimal 112 86 207 0.46 0.58 0 0.19 252.89 0.56 0.57
Hex 70 56 CF 2E 3A 0 13 FD 38 39
Octal 160 126 317 56 72 0 23 375 70 71
Binary 1110000 1010110 11001111 101110 111010 0 10011 11111101 111000 111001

Color Harmonies of #7056CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7056CF

Black with #7056CF

Text Example


Text Example

White with #7056CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7056CF; }

 p { color: rgb(112,86,207); }

 H1.HeaderClassName
 {
   color: #7056CF;
 }
 .AnyTagClassName
 {
   color: #7056CF;
 }
</style>

background-color css

<style>
 a { background-color: #7056CF; }

 a { background-color: rgb(112,86,207); }

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

border-color css

<style>
 span { border-color: #7056CF; }

 span { border-color: rgb(112,86,207); }

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