#908BD5

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

Shades of Blue Bell #908BD5

Tints of Blue Bell #908BD5

Color information

#908BD5 (or 0x908BD5) is unknown color: approx Blue Bell. HEX triplet: 90, 8B and D5. RGB value is (144,139,213). Sum of RGB (Red+Green+Blue) = 144+139+213=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #908BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BD5 is #6F742A. Grayscale: #949494. Windows color (decimal): -7304235 or 13994896. OLE color: 13994896.

HSL color Cylindrical-coordinate representation of color #908BD5: hue angle of 244.05º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908BD5 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144139213-
CMYK0.320.3500.16
HSL244.05º46.84%69.02%-
HSV(B)244.05º34.74%83.53%-
XYZ32.7429.266.86-
YUV148.93164.16124.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=29.03%
G=28.02%
B=42.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441392130.320.3500.16244.0546.8469.02
Hex908BD52023010f42f45
Octal220213325404302036457105
Binary100100001000101111010101100000100011010000111101001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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