Html Css Color HEX #8D9ABB Rock Blue

📋 copy color: '#8D9ABB'

red 141 ◦ green 154 ◦ blue 187

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

Shades of Rock Blue #8D9ABB

Tints of Rock Blue #8D9ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 29.25%
G = 31.95%
B = 38.8%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D9ABB (or 0x8D9ABB) is known color: Rock Blue. HEX triplet: 8D, 9A and BB. RGB value is (141,154,187). Sum of RGB (Red+Green+Blue) = 141+154+187=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D9ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ABB is #726544. Grayscale: #999999. Windows color (decimal): -7497029 or 12294797. OLE color: 12294797.

HSL color Cylindrical-coordinate representation of color #8D9ABB: hue angle of 223.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D9ABB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 154 187 -
CMYK 0.25 0.18 0 0.27
HSL 223.04º 0.25% 0.64% -
HSV(B) 223.04º 0.25% 0.73% -
XYZ 31.51 32.36 51.6 -
YUV 153.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 141 154 187 0.25 0.18 0 0.27 223.04 0.25 0.64
Hex 8D 9A BB 19 12 0 1B DF 19 40
Octal 215 232 273 31 22 0 33 337 31 100
Binary 10001101 10011010 10111011 11001 10010 0 11011 11011111 11001 1000000

Color Harmonies of #8D9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ABB

Black with #8D9ABB

Text Example


Text Example

White with #8D9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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