#909FB1

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

Shades of Rock Blue #909FB1

Tints of Rock Blue #909FB1

Color information

#909FB1 (or 0x909FB1) is unknown color: approx Rock Blue. HEX triplet: 90, 9F and B1. RGB value is (144,159,177). Sum of RGB (Red+Green+Blue) = 144+159+177=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 177 - color contains mainly: blue. Hex color #909FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909FB1 is #6F604E. Grayscale: #9C9C9C. Windows color (decimal): -7299151 or 11640720. OLE color: 11640720.

HSL color Cylindrical-coordinate representation of color #909FB1: hue angle of 212.73º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #909FB1 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144159177-
CMYK0.190.1000.31
HSL212.73º17.46%62.94%-
HSV(B)212.73º18.64%69.41%-
XYZ31.8433.946.46-
YUV156.57139.53119.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 177 (69.53% from 255) = 36.88%
R=30%
G=33.12%
B=36.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441591770.190.1000.31212.7317.4662.94
Hex909FB113A01Fd5113f
Octal22023726123120373252177
Binary1001000010011111101100011001110100111111101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909FB1; }

 p { color: rgb(144,159,177); }

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

<style>
 a { background-color: #909FB1; }

 a { background-color: rgb(144,159,177); }

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

<style>
 span { border-color: #909FB1; }

 span { border-color: rgb(144,159,177); }

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