Html Css Color HEX #8D9ABE Rock Blue

📋 copy color: '#8D9ABE'

red 141 ◦ green 154 ◦ blue 190

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

Shades of Rock Blue #8D9ABE

Tints of Rock Blue #8D9ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 29.07%
G = 31.75%
B = 39.18%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D9ABE (or 0x8D9ABE) is known color: Rock Blue. HEX triplet: 8D, 9A and BE. RGB value is (141,154,190). Sum of RGB (Red+Green+Blue) = 141+154+190=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ABE is #726541. Grayscale: #9A9A9A. Windows color (decimal): -7497026 or 12491405. OLE color: 12491405.

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

Color convert

RGB 141 154 190 -
CMYK 0.26 0.19 0 0.25
HSL 224.08º 0.27% 0.65% -
HSV(B) 224.08º 0.26% 0.75% -
XYZ 31.83 32.49 53.31 -
YUV 154.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 141 154 190 0.26 0.19 0 0.25 224.08 0.27 0.65
Hex 8D 9A BE 1A 13 0 19 E0 1B 41
Octal 215 232 276 32 23 0 31 340 33 101
Binary 10001101 10011010 10111110 11010 10011 0 11001 11100000 11011 1000001

Color Harmonies of #8D9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ABE

Black with #8D9ABE

Text Example


Text Example

White with #8D9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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