Html Css Color HEX #70849B Light Slate Grey

📋 copy color: '#70849B'

red 112 ◦ green 132 ◦ blue 155

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

Shades of Light Slate Grey #70849B

Tints of Light Slate Grey #70849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 28.07%
G = 33.08%
B = 38.85%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70849B (or 0x70849B) is known color: Light Slate Grey. HEX triplet: 70, 84 and 9B. RGB value is (112,132,155). Sum of RGB (Red+Green+Blue) = 112+132+155=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #70849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70849B is #8F7B64. Grayscale: #808080. Windows color (decimal): -9403237 or 10191984. OLE color: 10191984.

HSL color Cylindrical-coordinate representation of color #70849B: hue angle of 212.09º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70849B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 132 155 -
CMYK 0.28 0.15 0 0.39
HSL 212.09º 0.18% 0.52% -
HSV(B) 212.09º 0.28% 0.61% -
XYZ 20.85 22.31 34.22 -
YUV 128.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 112 132 155 0.28 0.15 0 0.39 212.09 0.18 0.52
Hex 70 84 9B 1C F 0 27 D4 12 34
Octal 160 204 233 34 17 0 47 324 22 64
Binary 1110000 10000100 10011011 11100 1111 0 100111 11010100 10010 110100

Color Harmonies of #70849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70849B

Black with #70849B

Text Example


Text Example

White with #70849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70849B; }

 p { color: rgb(112,132,155); }

 H1.HeaderClassName
 {
   color: #70849B;
 }
 .AnyTagClassName
 {
   color: #70849B;
 }
</style>

background-color css

<style>
 a { background-color: #70849B; }

 a { background-color: rgb(112,132,155); }

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

border-color css

<style>
 span { border-color: #70849B; }

 span { border-color: rgb(112,132,155); }

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