#908CDB

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

Shades of Blue Bell #908CDB

Tints of Blue Bell #908CDB

Color information

#908CDB (or 0x908CDB) is unknown color: approx Blue Bell. HEX triplet: 90, 8C and DB. RGB value is (144,140,219). Sum of RGB (Red+Green+Blue) = 144+140+219=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #908CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CDB is #6F7324. Grayscale: #959595. Windows color (decimal): -7303973 or 14388368. OLE color: 14388368.

HSL color Cylindrical-coordinate representation of color #908CDB: hue angle of 243.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #908CDB is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144140219-
CMYK0.340.3600.14
HSL243.04º52.32%70.39%-
HSV(B)243.04º36.07%85.88%-
XYZ33.6729.871-
YUV150.2166.83123.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=28.63%
G=27.83%
B=43.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441402190.340.3600.14243.0452.3270.39
Hex908CDB22240Ef33446
Octal220214333424401636364106
Binary10010000100011001101101110001010010001110111100111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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