#8C9EBA

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

Shades of Rock Blue #8C9EBA

Tints of Rock Blue #8C9EBA

Color information

#8C9EBA (or 0x8C9EBA) is unknown color: approx Rock Blue. HEX triplet: 8C, 9E and BA. RGB value is (140,158,186). Sum of RGB (Red+Green+Blue) = 140+158+186=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9EBA is #736145. Grayscale: #9B9B9B. Windows color (decimal): -7561542 or 12230284. OLE color: 12230284.

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

Color convert

RGB140158186-
CMYK0.250.1500.27
HSL216.52º25%63.92%-
HSV(B)216.52º24.73%72.94%-
XYZ31.9133.5751.25-
YUV155.81145.04116.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.93%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=28.93%
G=32.64%
B=38.43%

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
Decimal1401581860.250.1500.27216.522563.92
Hex8C9EBA19F01Bd91940
Octal214236272311703333131100
Binary10001100100111101011101011001111101101111011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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