#908ACD

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

Shades of Blue Bell #908ACD

Tints of Blue Bell #908ACD

Color information

#908ACD (or 0x908ACD) is unknown color: approx Blue Bell. HEX triplet: 90, 8A and CD. RGB value is (144,138,205). Sum of RGB (Red+Green+Blue) = 144+138+205=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #908ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ACD is #6F7532. Grayscale: #939393. Windows color (decimal): -7304499 or 13470352. OLE color: 13470352.

HSL color Cylindrical-coordinate representation of color #908ACD: hue angle of 245.37º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908ACD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144138205-
CMYK0.300.3300.20
HSL245.37º40.12%67.25%-
HSV(B)245.37º32.68%80.39%-
XYZ31.6128.5161.6-
YUV147.43160.49125.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=29.57%
G=28.34%
B=42.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441382050.300.3300.20245.3740.1267.25
Hex908ACD1E21014f52843
Octal220212315364102436550103
Binary10010000100010101100110111110100001010100111101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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