#8C9FBE

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

Shades of Rock Blue #8C9FBE

Tints of Rock Blue #8C9FBE

Color information

#8C9FBE (or 0x8C9FBE) is unknown color: approx Rock Blue. HEX triplet: 8C, 9F and BE. RGB value is (140,159,190). Sum of RGB (Red+Green+Blue) = 140+159+190=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FBE is #736041. Grayscale: #9C9C9C. Windows color (decimal): -7561282 or 12492684. OLE color: 12492684.

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

Color convert

RGB140159190-
CMYK0.260.1600.25
HSL217.2º27.78%64.71%-
HSV(B)217.2º26.32%74.51%-
XYZ32.5134.0953.58-
YUV156.85146.71115.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.63%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=28.63%
G=32.52%
B=38.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401591900.260.1600.25217.227.7864.71
Hex8C9FBE1A10019d91c41
Octal214237276322003133134101
Binary100011001001111110111110110101000001100111011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,159,190); }

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

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

 a { background-color: rgb(140,159,190); }

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

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

 span { border-color: rgb(140,159,190); }

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