#9792D7

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

Shades of Blue Bell #9792D7

Tints of Blue Bell #9792D7

Color information

#9792D7 (or 0x9792D7) is unknown color: approx Blue Bell. HEX triplet: 97, 92 and D7. RGB value is (151,146,215). Sum of RGB (Red+Green+Blue) = 151+146+215=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #9792D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9792D7 is #686D28. Grayscale: #9B9B9B. Windows color (decimal): -6843689 or 14127767. OLE color: 14127767.

HSL color Cylindrical-coordinate representation of color #9792D7: hue angle of 244.35º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9792D7 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151146215-
CMYK0.300.3200.16
HSL244.35º46.31%70.78%-
HSV(B)244.35º32.09%84.31%-
XYZ35.3132.0468.61-
YUV155.36161.66124.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.49%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=29.49%
G=28.52%
B=41.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511462150.300.3200.16244.3546.3170.78
Hex9792D71E20010f42e47
Octal227222327364002036456107
Binary10010111100100101101011111110100000010000111101001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9792D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9792D7; }

 p { color: rgb(151,146,215); }

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

<style>
 a { background-color: #9792D7; }

 a { background-color: rgb(151,146,215); }

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

<style>
 span { border-color: #9792D7; }

 span { border-color: rgb(151,146,215); }

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