Html Css Color HEX #8D9AB3 Rock Blue

📋 copy color: '#8D9AB3'

red 141 ◦ green 154 ◦ blue 179

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

Shades of Rock Blue #8D9AB3

Tints of Rock Blue #8D9AB3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

 BLUE value IS 179 (70.31% from 255) = 37.76%

R = 29.75%
G = 32.49%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8D9AB3 (or 0x8D9AB3) is known color: Rock Blue. HEX triplet: 8D, 9A and B3. RGB value is (141,154,179). Sum of RGB (Red+Green+Blue) = 141+154+179=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #8D9AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9AB3 is #72654C. Grayscale: #989898. Windows color (decimal): -7497037 or 11770509. OLE color: 11770509.

HSL color Cylindrical-coordinate representation of color #8D9AB3: hue angle of 219.47º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D9AB3 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 154 179 -
CMYK 0.21 0.14 0 0.30
HSL 219.47º 0.2% 0.63% -
HSV(B) 219.47º 0.21% 0.7% -
XYZ 30.68 32.03 47.21 -
YUV 152.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 141 154 179 0.21 0.14 0 0.30 219.47 0.2 0.63
Hex 8D 9A B3 15 E 0 1E DB 14 3F
Octal 215 232 263 25 16 0 36 333 24 77
Binary 10001101 10011010 10110011 10101 1110 0 11110 11011011 10100 111111

Color Harmonies of #8D9AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9AB3

Black with #8D9AB3

Text Example


Text Example

White with #8D9AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,154,179); }

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

background-color css

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

 a { background-color: rgb(141,154,179); }

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

border-color css

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

 span { border-color: rgb(141,154,179); }

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