#8C9EBC

Color #8C9EBC Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8C9EBC

Tints of Rock Blue #8C9EBC

Color information

#8C9EBC (or 0x8C9EBC) is unknown color: approx Rock Blue. HEX triplet: 8C, 9E and BC. RGB value is (140,158,188). Sum of RGB (Red+Green+Blue) = 140+158+188=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9EBC is #736143. Grayscale: #9B9B9B. Windows color (decimal): -7561540 or 12361356. OLE color: 12361356.

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

Color convert

RGB140158188-
CMYK0.260.1600.26
HSL217.5º26.37%64.31%-
HSV(B)217.5º25.53%73.73%-
XYZ32.1233.6652.38-
YUV156.04146.04116.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.81%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=28.81%
G=32.51%
B=38.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401581880.260.1600.26217.526.3764.31
Hex8C9EBC1A1001Ada1a40
Octal214236274322003233232100
Binary100011001001111010111100110101000001101011011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,158,188); }

 H1.HeaderClassName
 {
   color: #8C9EBC;
 }
 .AnyTagClassName
 {
   color: #8C9EBC;
 }
</style>
background-color css

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

 a { background-color: rgb(140,158,188); }

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

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

 span { border-color: rgb(140,158,188); }

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