Html Css Color HEX #7056DD Slate Blue

📋 copy color: '#7056DD'

red 112 ◦ green 86 ◦ blue 221

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

Shades of Slate Blue #7056DD

Tints of Slate Blue #7056DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 26.73%
G = 20.53%
B = 52.74%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7056DD (or 0x7056DD) is known color: Slate Blue. HEX triplet: 70, 56 and DD. RGB value is (112,86,221). Sum of RGB (Red+Green+Blue) = 112+86+221=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #7056DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7056DD is #8FA922. Grayscale: #6C6C6C. Windows color (decimal): -9414947 or 14505584. OLE color: 14505584.

HSL color Cylindrical-coordinate representation of color #7056DD: hue angle of 251.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7056DD is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 86 221 -
CMYK 0.49 0.61 0 0.13
HSL 251.56º 0.67% 0.6% -
HSV(B) 251.56º 0.61% 0.87% -
XYZ 23.06 15.32 70.15 -
YUV 109.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 112 86 221 0.49 0.61 0 0.13 251.56 0.67 0.6
Hex 70 56 DD 31 3D 0 D FC 43 3C
Octal 160 126 335 61 75 0 15 374 103 74
Binary 1110000 1010110 11011101 110001 111101 0 1101 11111100 1000011 111100

Color Harmonies of #7056DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7056DD

Black with #7056DD

Text Example


Text Example

White with #7056DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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