Html Css Color HEX #8C9CBA Rock Blue

📋 copy color: '#8C9CBA'

red 140 ◦ green 156 ◦ blue 186

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

Shades of Rock Blue #8C9CBA

Tints of Rock Blue #8C9CBA

RGB

 RED value IS 140 (55.08% from 255) = 29.05%

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

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

R = 29.05%
G = 32.37%
B = 38.59%

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

#8C9CBA (or 0x8C9CBA) is known color: Rock Blue. HEX triplet: 8C, 9C and BA. RGB value is (140,156,186). Sum of RGB (Red+Green+Blue) = 140+156+186=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CBA is #736345. Grayscale: #9A9A9A. Windows color (decimal): -7562054 or 12229772. OLE color: 12229772.

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

Color convert

RGB 140 156 186 -
CMYK 0.25 0.16 0 0.27
HSL 219.13º 0.25% 0.64% -
HSV(B) 219.13º 0.25% 0.73% -
XYZ 31.57 32.9 51.14 -
YUV 154.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 140 156 186 0.25 0.16 0 0.27 219.13 0.25 0.64
Hex 8C 9C BA 19 10 0 1B DB 19 40
Octal 214 234 272 31 20 0 33 333 31 100
Binary 10001100 10011100 10111010 11001 10000 0 11011 11011011 11001 1000000

Color Harmonies of #8C9CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CBA

Black with #8C9CBA

Text Example


Text Example

White with #8C9CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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