#908CC4

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

Shades of Blue Bell #908CC4

Tints of Blue Bell #908CC4

Color information

#908CC4 (or 0x908CC4) is unknown color: approx Blue Bell. HEX triplet: 90, 8C and C4. RGB value is (144,140,196). Sum of RGB (Red+Green+Blue) = 144+140+196=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #908CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CC4 is #6F733B. Grayscale: #939393. Windows color (decimal): -7303996 or 12881040. OLE color: 12881040.

HSL color Cylindrical-coordinate representation of color #908CC4: hue angle of 244.29º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #908CC4 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144140196-
CMYK0.270.2900.23
HSL244.29º32.18%65.88%-
HSV(B)244.29º28.57%76.86%-
XYZ30.8428.6756.13-
YUV147.58155.33125.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=30%
G=29.17%
B=40.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441401960.270.2900.23244.2932.1865.88
Hex908CC41B1D017f42042
Octal220214304333502736440102
Binary1001000010001100110001001101111101010111111101001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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