#908FC0

Color #908FC0 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #908FC0

Tints of Blue Bell #908FC0

Color information

#908FC0 (or 0x908FC0) is unknown color: approx Blue Bell. HEX triplet: 90, 8F and C0. RGB value is (144,143,192). Sum of RGB (Red+Green+Blue) = 144+143+192=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #908FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FC0 is #6F703F. Grayscale: #949494. Windows color (decimal): -7303232 or 12619664. OLE color: 12619664.

HSL color Cylindrical-coordinate representation of color #908FC0: hue angle of 241.22º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #908FC0 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144143192-
CMYK0.250.2600.25
HSL241.22º28%65.69%-
HSV(B)241.22º25.52%75.29%-
XYZ30.8429.3853.91-
YUV148.88152.33124.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=30.06%
G=29.85%
B=40.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441431920.250.2600.25241.222865.69
Hex908FC0191A019f11c42
Octal220217300313203136134102
Binary100100001000111111000000110011101001100111110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908FC0; }

 p { color: rgb(144,143,192); }

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

<style>
 a { background-color: #908FC0; }

 a { background-color: rgb(144,143,192); }

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

<style>
 span { border-color: #908FC0; }

 span { border-color: rgb(144,143,192); }

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