Html Css Color HEX #8D9CBB Rock Blue

📋 copy color: '#8D9CBB'

red 141 ◦ green 156 ◦ blue 187

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

Shades of Rock Blue #8D9CBB

Tints of Rock Blue #8D9CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

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

R = 29.13%
G = 32.23%
B = 38.64%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D9CBB (or 0x8D9CBB) is known color: Rock Blue. HEX triplet: 8D, 9C and BB. RGB value is (141,156,187). Sum of RGB (Red+Green+Blue) = 141+156+187=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D9CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CBB is #726344. Grayscale: #9A9A9A. Windows color (decimal): -7496517 or 12295309. OLE color: 12295309.

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

Color convert

RGB 141 156 187 -
CMYK 0.25 0.17 0 0.27
HSL 220.43º 0.25% 0.64% -
HSV(B) 220.43º 0.25% 0.73% -
XYZ 31.84 33.03 51.71 -
YUV 155.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 141 156 187 0.25 0.17 0 0.27 220.43 0.25 0.64
Hex 8D 9C BB 19 11 0 1B DC 19 40
Octal 215 234 273 31 21 0 33 334 31 100
Binary 10001101 10011100 10111011 11001 10001 0 11011 11011100 11001 1000000

Color Harmonies of #8D9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CBB

Black with #8D9CBB

Text Example


Text Example

White with #8D9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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