Html Css Color HEX #8D9EBB Rock Blue

📋 copy color: '#8D9EBB'

red 141 ◦ green 158 ◦ blue 187

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

Shades of Rock Blue #8D9EBB

Tints of Rock Blue #8D9EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.51%

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

R = 29.01%
G = 32.51%
B = 38.48%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D9EBB (or 0x8D9EBB) is known color: Rock Blue. HEX triplet: 8D, 9E and BB. RGB value is (141,158,187). Sum of RGB (Red+Green+Blue) = 141+158+187=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D9EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9EBB is #726144. Grayscale: #9C9C9C. Windows color (decimal): -7496005 or 12295821. OLE color: 12295821.

HSL color Cylindrical-coordinate representation of color #8D9EBB: hue angle of 217.83º 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 #8D9EBB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 158 187 -
CMYK 0.25 0.16 0 0.27
HSL 217.83º 0.25% 0.64% -
HSV(B) 217.83º 0.25% 0.73% -
XYZ 32.18 33.7 51.82 -
YUV 156.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 141 158 187 0.25 0.16 0 0.27 217.83 0.25 0.64
Hex 8D 9E BB 19 10 0 1B DA 19 40
Octal 215 236 273 31 20 0 33 332 31 100
Binary 10001101 10011110 10111011 11001 10000 0 11011 11011010 11001 1000000

Color Harmonies of #8D9EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9EBB

Black with #8D9EBB

Text Example


Text Example

White with #8D9EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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