Html Css Color HEX #7050DE Slate Blue

📋 copy color: '#7050DE'

red 112 ◦ green 80 ◦ blue 222

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

Shades of Slate Blue #7050DE

Tints of Slate Blue #7050DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 27.05%
G = 19.32%
B = 53.62%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7050DE (or 0x7050DE) is known color: Slate Blue. HEX triplet: 70, 50 and DE. RGB value is (112,80,222). Sum of RGB (Red+Green+Blue) = 112+80+222=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #7050DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7050DE is #8FAF21. Grayscale: #696969. Windows color (decimal): -9416482 or 14569584. OLE color: 14569584.

HSL color Cylindrical-coordinate representation of color #7050DE: hue angle of 253.52º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7050DE is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 80 222 -
CMYK 0.50 0.64 0 0.13
HSL 253.52º 0.68% 0.59% -
HSV(B) 253.52º 0.64% 0.87% -
XYZ 22.74 14.46 70.7 -
YUV 105.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 112 80 222 0.50 0.64 0 0.13 253.52 0.68 0.59
Hex 70 50 DE 32 40 0 D FE 44 3B
Octal 160 120 336 62 100 0 15 376 104 73
Binary 1110000 1010000 11011110 110010 1000000 0 1101 11111110 1000100 111011

Color Harmonies of #7050DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050DE

Black with #7050DE

Text Example


Text Example

White with #7050DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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