#8C9BC1

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

Shades of Rock Blue #8C9BC1

Tints of Rock Blue #8C9BC1

Color information

#8C9BC1 (or 0x8C9BC1) is unknown color: approx Rock Blue. HEX triplet: 8C, 9B and C1. RGB value is (140,155,193). Sum of RGB (Red+Green+Blue) = 140+155+193=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C9BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BC1 is #73643E. Grayscale: #9A9A9A. Windows color (decimal): -7562303 or 12688268. OLE color: 12688268.

HSL color Cylindrical-coordinate representation of color #8C9BC1: hue angle of 223.02º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C9BC1 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB140155193-
CMYK0.270.2000.24
HSL223.02º29.94%65.29%-
HSV(B)223.02º27.46%75.69%-
XYZ32.1632.8755.1-
YUV154.85149.53117.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.69%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=28.69%
G=31.76%
B=39.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401551930.270.2000.24223.0229.9465.29
Hex8C9BC11B14018df1e41
Octal214233301332403033736101
Binary100011001001101111000001110111010001100011011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,155,193); }

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

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

 a { background-color: rgb(140,155,193); }

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

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

 span { border-color: rgb(140,155,193); }

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