#918ADC

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

Shades of Blue Bell #918ADC

Tints of Blue Bell #918ADC

Color information

#918ADC (or 0x918ADC) is unknown color: approx Blue Bell. HEX triplet: 91, 8A and DC. RGB value is (145,138,220). Sum of RGB (Red+Green+Blue) = 145+138+220=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #918ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ADC is #6E7523. Grayscale: #959595. Windows color (decimal): -7238948 or 14453393. OLE color: 14453393.

HSL color Cylindrical-coordinate representation of color #918ADC: hue angle of 245.12º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918ADC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145138220-
CMYK0.340.3700.14
HSL245.12º53.95%70.2%-
HSV(B)245.12º37.27%86.27%-
XYZ33.6829.3671.6-
YUV149.44167.82124.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.83%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=28.83%
G=27.44%
B=43.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451382200.340.3700.14245.1253.9570.2
Hex918ADC22250Ef53646
Octal221212334424501636566106
Binary10010001100010101101110010001010010101110111101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918ADC; }

 p { color: rgb(145,138,220); }

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

<style>
 a { background-color: #918ADC; }

 a { background-color: rgb(145,138,220); }

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

<style>
 span { border-color: #918ADC; }

 span { border-color: rgb(145,138,220); }

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