Html Css Color HEX #7051CD Slate Blue

📋 copy color: '#7051CD'

red 112 ◦ green 81 ◦ blue 205

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

Shades of Slate Blue #7051CD

Tints of Slate Blue #7051CD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

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

R = 28.14%
G = 20.35%
B = 51.51%

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

#7051CD (or 0x7051CD) is known color: Slate Blue. HEX triplet: 70, 51 and CD. RGB value is (112,81,205). Sum of RGB (Red+Green+Blue) = 112+81+205=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #7051CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7051CD is #8FAE32. Grayscale: #676767. Windows color (decimal): -9416243 or 13455728. OLE color: 13455728.

HSL color Cylindrical-coordinate representation of color #7051CD: hue angle of 255º 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 #7051CD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 81 205 -
CMYK 0.45 0.60 0 0.20
HSL 255º 0.55% 0.56% -
HSV(B) 255º 0.6% 0.8% -
XYZ 20.64 13.74 59.32 -
YUV 104.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 112 81 205 0.45 0.60 0 0.20 255 0.55 0.56
Hex 70 51 CD 2D 3C 0 14 FF 37 38
Octal 160 121 315 55 74 0 24 377 67 70
Binary 1110000 1010001 11001101 101101 111100 0 10100 11111111 110111 111000

Color Harmonies of #7051CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051CD

Black with #7051CD

Text Example


Text Example

White with #7051CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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