#8C9FBA

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

Shades of Rock Blue #8C9FBA

Tints of Rock Blue #8C9FBA

Color information

#8C9FBA (or 0x8C9FBA) is unknown color: approx Rock Blue. HEX triplet: 8C, 9F and BA. RGB value is (140,159,186). Sum of RGB (Red+Green+Blue) = 140+159+186=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FBA is #736045. Grayscale: #9C9C9C. Windows color (decimal): -7561286 or 12230540. OLE color: 12230540.

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

Color convert

RGB140159186-
CMYK0.250.1500.27
HSL215.22º25%63.92%-
HSV(B)215.22º24.73%72.94%-
XYZ32.0833.9251.31-
YUV156.4144.71116.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.87%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=28.87%
G=32.78%
B=38.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401591860.250.1500.27215.222563.92
Hex8C9FBA19F01Bd71940
Octal214237272311703332731100
Binary10001100100111111011101011001111101101111010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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