Html Css Color HEX #7053DF Slate Blue

📋 copy color: '#7053DF'

red 112 ◦ green 83 ◦ blue 223

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

Shades of Slate Blue #7053DF

Tints of Slate Blue #7053DF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 26.79%
G = 19.86%
B = 53.35%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7053DF (or 0x7053DF) is known color: Slate Blue. HEX triplet: 70, 53 and DF. RGB value is (112,83,223). Sum of RGB (Red+Green+Blue) = 112+83+223=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #7053DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053DF is #8FAC20. Grayscale: #6B6B6B. Windows color (decimal): -9415713 or 14635888. OLE color: 14635888.

HSL color Cylindrical-coordinate representation of color #7053DF: hue angle of 252.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7053DF is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 83 223 -
CMYK 0.50 0.63 0 0.13
HSL 252.43º 0.69% 0.6% -
HSV(B) 252.43º 0.63% 0.87% -
XYZ 23.09 14.96 71.48 -
YUV 107.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 112 83 223 0.50 0.63 0 0.13 252.43 0.69 0.6
Hex 70 53 DF 32 3F 0 D FC 45 3C
Octal 160 123 337 62 77 0 15 374 105 74
Binary 1110000 1010011 11011111 110010 111111 0 1101 11111100 1000101 111100

Color Harmonies of #7053DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053DF

Black with #7053DF

Text Example


Text Example

White with #7053DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7053DF; }

 p { color: rgb(112,83,223); }

 H1.HeaderClassName
 {
   color: #7053DF;
 }
 .AnyTagClassName
 {
   color: #7053DF;
 }
</style>

background-color css

<style>
 a { background-color: #7053DF; }

 a { background-color: rgb(112,83,223); }

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

border-color css

<style>
 span { border-color: #7053DF; }

 span { border-color: rgb(112,83,223); }

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