Html Css Color HEX #8D9ABC Rock Blue

📋 copy color: '#8D9ABC'

red 141 ◦ green 154 ◦ blue 188

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

Shades of Rock Blue #8D9ABC

Tints of Rock Blue #8D9ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 29.19%
G = 31.88%
B = 38.92%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D9ABC (or 0x8D9ABC) is known color: Rock Blue. HEX triplet: 8D, 9A and BC. RGB value is (141,154,188). Sum of RGB (Red+Green+Blue) = 141+154+188=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ABC is #726543. Grayscale: #999999. Windows color (decimal): -7497028 or 12360333. OLE color: 12360333.

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

Color convert

RGB 141 154 188 -
CMYK 0.25 0.18 0 0.26
HSL 223.4º 0.26% 0.65% -
HSV(B) 223.4º 0.25% 0.74% -
XYZ 31.62 32.4 52.17 -
YUV 153.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 141 154 188 0.25 0.18 0 0.26 223.4 0.26 0.65
Hex 8D 9A BC 19 12 0 1A DF 1A 41
Octal 215 232 274 31 22 0 32 337 32 101
Binary 10001101 10011010 10111100 11001 10010 0 11010 11011111 11010 1000001

Color Harmonies of #8D9ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ABC

Black with #8D9ABC

Text Example


Text Example

White with #8D9ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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