#909FC7

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

Shades of Rock Blue #909FC7

Tints of Rock Blue #909FC7

Color information

#909FC7 (or 0x909FC7) is unknown color: approx Rock Blue. HEX triplet: 90, 9F and C7. RGB value is (144,159,199). Sum of RGB (Red+Green+Blue) = 144+159+199=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 199 - color contains mainly: blue. Hex color #909FC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FC7 is #6F6038. Grayscale: #9E9E9E. Windows color (decimal): -7299129 or 13082512. OLE color: 13082512.

HSL color Cylindrical-coordinate representation of color #909FC7: hue angle of 223.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #909FC7 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB144159199-
CMYK0.280.2000.22
HSL223.64º32.93%67.25%-
HSV(B)223.64º27.64%78.04%-
XYZ34.2134.8558.96-
YUV159.08150.53117.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.69%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 199 (78.12% from 255) = 39.64%
R=28.69%
G=31.67%
B=39.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441591990.280.2000.22223.6432.9367.25
Hex909FC71C14016e02143
Octal220237307342402634041103
Binary1001000010011111110001111110010100010110111000001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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