#988ADC

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

Shades of Blue Bell #988ADC

Tints of Blue Bell #988ADC

Color information

#988ADC (or 0x988ADC) is unknown color: approx Blue Bell. HEX triplet: 98, 8A and DC. RGB value is (152,138,220). Sum of RGB (Red+Green+Blue) = 152+138+220=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #988ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ADC is #677523. Grayscale: #979797. Windows color (decimal): -6780196 or 14453400. OLE color: 14453400.

HSL color Cylindrical-coordinate representation of color #988ADC: hue angle of 250.24º 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 #988ADC is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152138220-
CMYK0.310.3700.14
HSL250.24º53.95%70.2%-
HSV(B)250.24º37.27%86.27%-
XYZ34.9630.0271.66-
YUV151.53166.64128.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.80%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=29.80%
G=27.06%
B=43.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521382200.310.3700.14250.2453.9570.2
Hex988ADC1F250Efa3646
Octal230212334374501637266106
Binary1001100010001010110111001111110010101110111110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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