#8C9CBF

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

Shades of Rock Blue #8C9CBF

Tints of Rock Blue #8C9CBF

Color information

#8C9CBF (or 0x8C9CBF) is unknown color: approx Rock Blue. HEX triplet: 8C, 9C and BF. RGB value is (140,156,191). Sum of RGB (Red+Green+Blue) = 140+156+191=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C9CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CBF is #736340. Grayscale: #9B9B9B. Windows color (decimal): -7562049 or 12557452. OLE color: 12557452.

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

Color convert

RGB140156191-
CMYK0.270.1800.25
HSL221.18º28.49%64.9%-
HSV(B)221.18º26.7%74.9%-
XYZ32.1133.1153.99-
YUV155.21148.2117.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 191 (75% from 255) = 39.22%
R=28.75%
G=32.03%
B=39.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401561910.270.1800.25221.1828.4964.9
Hex8C9CBF1B12019dd1c41
Octal214234277332203133534101
Binary100011001001110010111111110111001001100111011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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