#908ACF

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

Shades of Blue Bell #908ACF

Tints of Blue Bell #908ACF

Color information

#908ACF (or 0x908ACF) is unknown color: approx Blue Bell. HEX triplet: 90, 8A and CF. RGB value is (144,138,207). Sum of RGB (Red+Green+Blue) = 144+138+207=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #908ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ACF is #6F7530. Grayscale: #939393. Windows color (decimal): -7304497 or 13601424. OLE color: 13601424.

HSL color Cylindrical-coordinate representation of color #908ACF: hue angle of 245.22º degrees, saturation: 0.42, 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 #908ACF is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144138207-
CMYK0.300.3300.19
HSL245.22º41.82%67.65%-
HSV(B)245.22º33.33%81.18%-
XYZ31.8528.6162.88-
YUV147.66161.49125.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=29.45%
G=28.22%
B=42.33%

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
Decimal1441382070.300.3300.19245.2241.8267.65
Hex908ACF1E21013f52a44
Octal220212317364102336552104
Binary10010000100010101100111111110100001010011111101011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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