Html Css Color HEX #8D9BAE Rock Blue

📋 copy color: '#8D9BAE'

red 141 ◦ green 155 ◦ blue 174

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

Shades of Rock Blue #8D9BAE

Tints of Rock Blue #8D9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

 BLUE value IS 174 (68.36% from 255) = 37.02%

R = 30%
G = 32.98%
B = 37.02%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D9BAE (or 0x8D9BAE) is known color: Rock Blue. HEX triplet: 8D, 9B and AE. RGB value is (141,155,174). Sum of RGB (Red+Green+Blue) = 141+155+174=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D9BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9BAE is #726451. Grayscale: #989898. Windows color (decimal): -7496786 or 11443085. OLE color: 11443085.

HSL color Cylindrical-coordinate representation of color #8D9BAE: hue angle of 214.55º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D9BAE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 155 174 -
CMYK 0.19 0.11 0 0.32
HSL 214.55º 0.17% 0.62% -
HSV(B) 214.55º 0.19% 0.68% -
XYZ 30.35 32.16 44.65 -
YUV 152.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 141 155 174 0.19 0.11 0 0.32 214.55 0.17 0.62
Hex 8D 9B AE 13 B 0 20 D7 11 3E
Octal 215 233 256 23 13 0 40 327 21 76
Binary 10001101 10011011 10101110 10011 1011 0 100000 11010111 10001 111110

Color Harmonies of #8D9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9BAE

Black with #8D9BAE

Text Example


Text Example

White with #8D9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,155,174); }

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

background-color css

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

 a { background-color: rgb(141,155,174); }

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

border-color css

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

 span { border-color: rgb(141,155,174); }

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