#9790DF

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

Shades of Blue Bell #9790DF

Tints of Blue Bell #9790DF

Color information

#9790DF (or 0x9790DF) is unknown color: approx Blue Bell. HEX triplet: 97, 90 and DF. RGB value is (151,144,223). Sum of RGB (Red+Green+Blue) = 151+144+223=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #9790DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9790DF is #686F20. Grayscale: #9A9A9A. Windows color (decimal): -6844193 or 14651543. OLE color: 14651543.

HSL color Cylindrical-coordinate representation of color #9790DF: hue angle of 245.32º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9790DF is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151144223-
CMYK0.320.3500.13
HSL245.32º55.24%71.96%-
HSV(B)245.32º35.43%87.45%-
XYZ36.0631.8574.06-
YUV155.1166.32125.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.15%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=29.15%
G=27.80%
B=43.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511442230.320.3500.13245.3255.2471.96
Hex9790DF20230Df53748
Octal227220337404301536567110
Binary10010111100100001101111110000010001101101111101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9790DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9790DF; }

 p { color: rgb(151,144,223); }

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

<style>
 a { background-color: #9790DF; }

 a { background-color: rgb(151,144,223); }

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

<style>
 span { border-color: #9790DF; }

 span { border-color: rgb(151,144,223); }

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