#9692D7

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

Shades of Blue Bell #9692D7

Tints of Blue Bell #9692D7

Color information

#9692D7 (or 0x9692D7) is unknown color: approx Blue Bell. HEX triplet: 96, 92 and D7. RGB value is (150,146,215). Sum of RGB (Red+Green+Blue) = 150+146+215=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #9692D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9692D7 is #696D28. Grayscale: #9A9A9A. Windows color (decimal): -6909225 or 14127766. OLE color: 14127766.

HSL color Cylindrical-coordinate representation of color #9692D7: hue angle of 243.48º 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 #9692D7 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150146215-
CMYK0.300.3200.16
HSL243.48º46.31%70.78%-
HSV(B)243.48º32.09%84.31%-
XYZ35.1231.9568.61-
YUV155.06161.83124.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 215 (84.38% from 255) = 42.07%
R=29.35%
G=28.57%
B=42.07%

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
Decimal1501462150.300.3200.16243.4846.3170.78
Hex9692D71E20010f32e47
Octal226222327364002036356107
Binary10010110100100101101011111110100000010000111100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9692D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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