#908CD5

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

Shades of Blue Bell #908CD5

Tints of Blue Bell #908CD5

Color information

#908CD5 (or 0x908CD5) is unknown color: approx Blue Bell. HEX triplet: 90, 8C and D5. RGB value is (144,140,213). Sum of RGB (Red+Green+Blue) = 144+140+213=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #908CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CD5 is #6F732A. Grayscale: #959595. Windows color (decimal): -7303979 or 13995152. OLE color: 13995152.

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

Color convert

RGB144140213-
CMYK0.320.3400.16
HSL243.29º46.5%69.22%-
HSV(B)243.29º34.27%83.53%-
XYZ32.8929.4966.91-
YUV149.52163.83124.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.97%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=28.97%
G=28.17%
B=42.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441402130.320.3400.16243.2946.569.22
Hex908CD52022010f32e45
Octal220214325404202036356105
Binary100100001000110011010101100000100010010000111100111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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