#908FCE

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

Shades of Blue Bell #908FCE

Tints of Blue Bell #908FCE

Color information

#908FCE (or 0x908FCE) is unknown color: approx Blue Bell. HEX triplet: 90, 8F and CE. RGB value is (144,143,206). Sum of RGB (Red+Green+Blue) = 144+143+206=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #908FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908FCE is #6F7031. Grayscale: #969696. Windows color (decimal): -7303218 or 13537168. OLE color: 13537168.

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

Color convert

RGB144143206-
CMYK0.300.3100.19
HSL240.95º39.13%68.43%-
HSV(B)240.95º30.58%80.78%-
XYZ32.4630.0362.48-
YUV150.48159.33123.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=29.21%
G=29.01%
B=41.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441432060.300.3100.19240.9539.1368.43
Hex908FCE1E1F013f12744
Octal220217316363702336147104
Binary1001000010001111110011101111011111010011111100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,143,206); }

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

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

 a { background-color: rgb(144,143,206); }

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

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

 span { border-color: rgb(144,143,206); }

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