#9789DC

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

Shades of Blue Bell #9789DC

Tints of Blue Bell #9789DC

Color information

#9789DC (or 0x9789DC) is unknown color: approx Blue Bell. HEX triplet: 97, 89 and DC. RGB value is (151,137,220). Sum of RGB (Red+Green+Blue) = 151+137+220=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #9789DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789DC is #687623. Grayscale: #969696. Windows color (decimal): -6845988 or 14453143. OLE color: 14453143.

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

Color convert

RGB151137220-
CMYK0.310.3800.14
HSL250.12º54.25%70%-
HSV(B)250.12º37.73%86.27%-
XYZ34.6329.6471.61-
YUV150.65167.14128.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 220 (86.33% from 255) = 43.31%
R=29.72%
G=26.97%
B=43.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511372200.310.3800.14250.1254.2570
Hex9789DC1F260Efa3646
Octal227211334374601637266106
Binary1001011110001001110111001111110011001110111110101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9789DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9789DC; }

 p { color: rgb(151,137,220); }

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

<style>
 a { background-color: #9789DC; }

 a { background-color: rgb(151,137,220); }

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

<style>
 span { border-color: #9789DC; }

 span { border-color: rgb(151,137,220); }

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