Html Css Color HEX #8D9CBA Rock Blue

📋 copy color: '#8D9CBA'

red 141 ◦ green 156 ◦ blue 186

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

Shades of Rock Blue #8D9CBA

Tints of Rock Blue #8D9CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 29.19%
G = 32.3%
B = 38.51%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D9CBA (or 0x8D9CBA) is known color: Rock Blue. HEX triplet: 8D, 9C and BA. RGB value is (141,156,186). Sum of RGB (Red+Green+Blue) = 141+156+186=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9CBA is #726345. Grayscale: #9A9A9A. Windows color (decimal): -7496518 or 12229773. OLE color: 12229773.

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

Color convert

RGB 141 156 186 -
CMYK 0.24 0.16 0 0.27
HSL 220º 0.25% 0.64% -
HSV(B) 220º 0.24% 0.73% -
XYZ 31.74 32.98 51.15 -
YUV 154.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 141 156 186 0.24 0.16 0 0.27 220 0.25 0.64
Hex 8D 9C BA 18 10 0 1B DC 19 40
Octal 215 234 272 30 20 0 33 334 31 100
Binary 10001101 10011100 10111010 11000 10000 0 11011 11011100 11001 1000000

Color Harmonies of #8D9CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CBA

Black with #8D9CBA

Text Example


Text Example

White with #8D9CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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