#91A3BB

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

Shades of Rock Blue #91A3BB

Tints of Rock Blue #91A3BB

Color information

#91A3BB (or 0x91A3BB) is unknown color: approx Rock Blue. HEX triplet: 91, A3 and BB. RGB value is (145,163,187). Sum of RGB (Red+Green+Blue) = 145+163+187=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #91A3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A3BB is #6E5C44. Grayscale: #A0A0A0. Windows color (decimal): -7232581 or 12297105. OLE color: 12297105.

HSL color Cylindrical-coordinate representation of color #91A3BB: hue angle of 214.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91A3BB is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145163187-
CMYK0.220.1300.27
HSL214.29º23.6%65.1%-
HSV(B)214.29º22.46%73.33%-
XYZ33.7435.852.15-
YUV160.35143.04117.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.29%
GREEN value IS 163 (64.06% from 255) = 32.93%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=29.29%
G=32.93%
B=37.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451631870.220.1300.27214.2923.665.1
Hex91A3BB16D01Bd61841
Octal221243273261503332630101
Binary10010001101000111011101110110110101101111010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A3BB; }

 p { color: rgb(145,163,187); }

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

<style>
 a { background-color: #91A3BB; }

 a { background-color: rgb(145,163,187); }

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

<style>
 span { border-color: #91A3BB; }

 span { border-color: rgb(145,163,187); }

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