#908BCD

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

Shades of Blue Bell #908BCD

Tints of Blue Bell #908BCD

Color information

#908BCD (or 0x908BCD) is unknown color: approx Blue Bell. HEX triplet: 90, 8B and CD. RGB value is (144,139,205). Sum of RGB (Red+Green+Blue) = 144+139+205=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #908BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BCD is #6F7432. Grayscale: #939393. Windows color (decimal): -7304243 or 13470608. OLE color: 13470608.

HSL color Cylindrical-coordinate representation of color #908BCD: hue angle of 244.55º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908BCD is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144139205-
CMYK0.300.3200.20
HSL244.55º39.76%67.45%-
HSV(B)244.55º32.2%80.39%-
XYZ31.7528.861.64-
YUV148.02160.16125.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.51%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=29.51%
G=28.48%
B=42.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441392050.300.3200.20244.5539.7667.45
Hex908BCD1E20014f52843
Octal220213315364002436550103
Binary10010000100010111100110111110100000010100111101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,139,205); }

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

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

 a { background-color: rgb(144,139,205); }

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

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

 span { border-color: rgb(144,139,205); }

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