#908DCF

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

Shades of Blue Bell #908DCF

Tints of Blue Bell #908DCF

Color information

#908DCF (or 0x908DCF) is unknown color: approx Blue Bell. HEX triplet: 90, 8D and CF. RGB value is (144,141,207). Sum of RGB (Red+Green+Blue) = 144+141+207=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #908DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DCF is #6F7230. Grayscale: #959595. Windows color (decimal): -7303729 or 13602192. OLE color: 13602192.

HSL color Cylindrical-coordinate representation of color #908DCF: hue angle of 242.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #908DCF is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144141207-
CMYK0.300.3200.19
HSL242.73º40.74%68.24%-
HSV(B)242.73º31.88%81.18%-
XYZ32.2929.4863.02-
YUV149.42160.49124.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=29.27%
G=28.66%
B=42.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441412070.300.3200.19242.7340.7468.24
Hex908DCF1E20013f32944
Octal220215317364002336351104
Binary10010000100011011100111111110100000010011111100111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,207); }

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

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

 a { background-color: rgb(144,141,207); }

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

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

 span { border-color: rgb(144,141,207); }

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