Html Css Color HEX #70849A Light Slate Grey

📋 copy color: '#70849A'

red 112 ◦ green 132 ◦ blue 154

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

Shades of Light Slate Grey #70849A

Tints of Light Slate Grey #70849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.69%

R = 28.14%
G = 33.17%
B = 38.69%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70849A (or 0x70849A) is known color: Light Slate Grey. HEX triplet: 70, 84 and 9A. RGB value is (112,132,154). Sum of RGB (Red+Green+Blue) = 112+132+154=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #70849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70849A is #8F7B65. Grayscale: #808080. Windows color (decimal): -9403238 or 10126448. OLE color: 10126448.

HSL color Cylindrical-coordinate representation of color #70849A: hue angle of 211.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70849A is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 132 154 -
CMYK 0.27 0.14 0 0.40
HSL 211.43º 0.17% 0.52% -
HSV(B) 211.43º 0.27% 0.6% -
XYZ 20.77 22.28 33.78 -
YUV 128.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 112 132 154 0.27 0.14 0 0.40 211.43 0.17 0.52
Hex 70 84 9A 1B E 0 28 D3 11 34
Octal 160 204 232 33 16 0 50 323 21 64
Binary 1110000 10000100 10011010 11011 1110 0 101000 11010011 10001 110100

Color Harmonies of #70849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70849A

Black with #70849A

Text Example


Text Example

White with #70849A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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