#8B9AC3

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

Shades of Rock Blue #8B9AC3

Tints of Rock Blue #8B9AC3

Color information

#8B9AC3 (or 0x8B9AC3) is unknown color: approx Rock Blue. HEX triplet: 8B, 9A and C3. RGB value is (139,154,195). Sum of RGB (Red+Green+Blue) = 139+154+195=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B9AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9AC3 is #74653C. Grayscale: #9A9A9A. Windows color (decimal): -7628093 or 12819083. OLE color: 12819083.

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

Color convert

RGB139154195-
CMYK0.290.2100.24
HSL223.93º31.82%65.49%-
HSV(B)223.93º28.72%76.47%-
XYZ32.0532.5456.22-
YUV154.19151.03117.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.48%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 195 (76.56% from 255) = 39.96%
R=28.48%
G=31.56%
B=39.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391541950.290.2100.24223.9331.8265.49
Hex8B9AC31D15018e02041
Octal213232303352503034040101
Binary1000101110011010110000111110110101011000111000001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,154,195); }

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

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

 a { background-color: rgb(139,154,195); }

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

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

 span { border-color: rgb(139,154,195); }

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