Html Css Color HEX #7050DC Slate Blue

📋 copy color: '#7050DC'

red 112 ◦ green 80 ◦ blue 220

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

Shades of Slate Blue #7050DC

Tints of Slate Blue #7050DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 27.18%
G = 19.42%
B = 53.4%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7050DC (or 0x7050DC) is known color: Slate Blue. HEX triplet: 70, 50 and DC. RGB value is (112,80,220). Sum of RGB (Red+Green+Blue) = 112+80+220=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #7050DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7050DC is #8FAF23. Grayscale: #696969. Windows color (decimal): -9416484 or 14438512. OLE color: 14438512.

HSL color Cylindrical-coordinate representation of color #7050DC: hue angle of 253.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7050DC is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 80 220 -
CMYK 0.49 0.64 0 0.14
HSL 253.71º 0.67% 0.59% -
HSV(B) 253.71º 0.64% 0.86% -
XYZ 22.47 14.35 69.3 -
YUV 105.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 112 80 220 0.49 0.64 0 0.14 253.71 0.67 0.59
Hex 70 50 DC 31 40 0 E FE 43 3B
Octal 160 120 334 61 100 0 16 376 103 73
Binary 1110000 1010000 11011100 110001 1000000 0 1110 11111110 1000011 111011

Color Harmonies of #7050DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050DC

Black with #7050DC

Text Example


Text Example

White with #7050DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7050DC; }

 p { color: rgb(112,80,220); }

 H1.HeaderClassName
 {
   color: #7050DC;
 }
 .AnyTagClassName
 {
   color: #7050DC;
 }
</style>

background-color css

<style>
 a { background-color: #7050DC; }

 a { background-color: rgb(112,80,220); }

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

border-color css

<style>
 span { border-color: #7050DC; }

 span { border-color: rgb(112,80,220); }

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