#8A9CBC

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

Shades of Rock Blue #8A9CBC

Tints of Rock Blue #8A9CBC

Color information

#8A9CBC (or 0x8A9CBC) is unknown color: approx Rock Blue. HEX triplet: 8A, 9C and BC. RGB value is (138,156,188). Sum of RGB (Red+Green+Blue) = 138+156+188=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CBC is #756343. Grayscale: #9A9A9A. Windows color (decimal): -7693124 or 12360842. OLE color: 12360842.

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

Color convert

RGB138156188-
CMYK0.270.1700.26
HSL218.4º27.17%63.92%-
HSV(B)218.4º26.6%73.73%-
XYZ31.4532.8152.25-
YUV154.27147.04116.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=28.63%
G=32.37%
B=39.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381561880.270.1700.26218.427.1763.92
Hex8A9CBC1B1101Ada1b40
Octal212234274332103233233100
Binary100010101001110010111100110111000101101011011010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,156,188); }

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

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

 a { background-color: rgb(138,156,188); }

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

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

 span { border-color: rgb(138,156,188); }

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