#908BCE

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

Shades of Blue Bell #908BCE

Tints of Blue Bell #908BCE

Color information

#908BCE (or 0x908BCE) is unknown color: approx Blue Bell. HEX triplet: 90, 8B and CE. RGB value is (144,139,206). Sum of RGB (Red+Green+Blue) = 144+139+206=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #908BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BCE is #6F7431. Grayscale: #939393. Windows color (decimal): -7304242 or 13536144. OLE color: 13536144.

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

Color convert

RGB144139206-
CMYK0.300.3300.19
HSL244.48º40.61%67.65%-
HSV(B)244.48º32.52%80.78%-
XYZ31.8728.8562.28-
YUV148.13160.66125.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=29.45%
G=28.43%
B=42.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441392060.300.3300.19244.4840.6167.65
Hex908BCE1E21013f42944
Octal220213316364102336451104
Binary10010000100010111100111011110100001010011111101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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