#8E9FBA

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

Shades of Rock Blue #8E9FBA

Tints of Rock Blue #8E9FBA

Color information

#8E9FBA (or 0x8E9FBA) is unknown color: approx Rock Blue. HEX triplet: 8E, 9F and BA. RGB value is (142,159,186). Sum of RGB (Red+Green+Blue) = 142+159+186=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FBA is #716045. Grayscale: #9C9C9C. Windows color (decimal): -7430214 or 12230542. OLE color: 12230542.

HSL color Cylindrical-coordinate representation of color #8E9FBA: hue angle of 216.82º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E9FBA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142159186-
CMYK0.240.1500.27
HSL216.82º24.18%64.31%-
HSV(B)216.82º23.66%72.94%-
XYZ32.4234.0951.33-
YUV157144.37117.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=29.16%
G=32.65%
B=38.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421591860.240.1500.27216.8224.1864.31
Hex8E9FBA18F01Bd91840
Octal216237272301703333130100
Binary10001110100111111011101011000111101101111011001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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