Html Css Color HEX #7053CD Slate Blue

📋 copy color: '#7053CD'

red 112 ◦ green 83 ◦ blue 205

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

Shades of Slate Blue #7053CD

Tints of Slate Blue #7053CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 28%
G = 20.75%
B = 51.25%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7053CD (or 0x7053CD) is known color: Slate Blue. HEX triplet: 70, 53 and CD. RGB value is (112,83,205). Sum of RGB (Red+Green+Blue) = 112+83+205=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #7053CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053CD is #8FAC32. Grayscale: #696969. Windows color (decimal): -9415731 or 13456240. OLE color: 13456240.

HSL color Cylindrical-coordinate representation of color #7053CD: hue angle of 254.26º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7053CD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 83 205 -
CMYK 0.45 0.60 0 0.20
HSL 254.26º 0.55% 0.56% -
HSV(B) 254.26º 0.6% 0.8% -
XYZ 20.79 14.04 59.37 -
YUV 105.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 112 83 205 0.45 0.60 0 0.20 254.26 0.55 0.56
Hex 70 53 CD 2D 3C 0 14 FE 37 38
Octal 160 123 315 55 74 0 24 376 67 70
Binary 1110000 1010011 11001101 101101 111100 0 10100 11111110 110111 111000

Color Harmonies of #7053CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053CD

Black with #7053CD

Text Example


Text Example

White with #7053CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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