#8F9CBC

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

Shades of Rock Blue #8F9CBC

Tints of Rock Blue #8F9CBC

Color information

#8F9CBC (or 0x8F9CBC) is unknown color: approx Rock Blue. HEX triplet: 8F, 9C and BC. RGB value is (143,156,188). Sum of RGB (Red+Green+Blue) = 143+156+188=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F9CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CBC is #706343. Grayscale: #9B9B9B. Windows color (decimal): -7365444 or 12360847. OLE color: 12360847.

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

Color convert

RGB143156188-
CMYK0.240.1700.26
HSL222.67º25.14%64.9%-
HSV(B)222.67º23.94%73.73%-
XYZ32.2933.2552.29-
YUV155.76146.19118.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=29.36%
G=32.03%
B=38.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431561880.240.1700.26222.6725.1464.9
Hex8F9CBC181101Adf1941
Octal217234274302103233731101
Binary100011111001110010111100110001000101101011011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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