Html Css Color HEX #8D9DAF Rock Blue

📋 copy color: '#8D9DAF'

red 141 ◦ green 157 ◦ blue 175

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

Shades of Rock Blue #8D9DAF

Tints of Rock Blue #8D9DAF

RGB

 RED value IS 141 (55.47% from 255) = 29.81%

 GREEN value IS 157 (61.72% from 255) = 33.19%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 29.81%
G = 33.19%
B = 37%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8D9DAF (or 0x8D9DAF) is known color: Rock Blue. HEX triplet: 8D, 9D and AF. RGB value is (141,157,175). Sum of RGB (Red+Green+Blue) = 141+157+175=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9DAF is #726250. Grayscale: #9A9A9A. Windows color (decimal): -7496273 or 11509133. OLE color: 11509133.

HSL color Cylindrical-coordinate representation of color #8D9DAF: hue angle of 211.76º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D9DAF is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 157 175 -
CMYK 0.19 0.10 0 0.31
HSL 211.76º 0.18% 0.62% -
HSV(B) 211.76º 0.19% 0.69% -
XYZ 30.78 32.87 45.28 -
YUV 154.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 141 157 175 0.19 0.10 0 0.31 211.76 0.18 0.62
Hex 8D 9D AF 13 A 0 1F D4 12 3E
Octal 215 235 257 23 12 0 37 324 22 76
Binary 10001101 10011101 10101111 10011 1010 0 11111 11010100 10010 111110

Color Harmonies of #8D9DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9DAF

Black with #8D9DAF

Text Example


Text Example

White with #8D9DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D9DAF; }

 p { color: rgb(141,157,175); }

 H1.HeaderClassName
 {
   color: #8D9DAF;
 }
 .AnyTagClassName
 {
   color: #8D9DAF;
 }
</style>

background-color css

<style>
 a { background-color: #8D9DAF; }

 a { background-color: rgb(141,157,175); }

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

border-color css

<style>
 span { border-color: #8D9DAF; }

 span { border-color: rgb(141,157,175); }

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