#9691D0

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

Shades of Blue Bell #9691D0

Tints of Blue Bell #9691D0

Color information

#9691D0 (or 0x9691D0) is unknown color: approx Blue Bell. HEX triplet: 96, 91 and D0. RGB value is (150,145,208). Sum of RGB (Red+Green+Blue) = 150+145+208=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #9691D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691D0 is #696E2F. Grayscale: #999999. Windows color (decimal): -6909488 or 13668758. OLE color: 13668758.

HSL color Cylindrical-coordinate representation of color #9691D0: hue angle of 244.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9691D0 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150145208-
CMYK0.280.3000.18
HSL244.76º40.13%69.22%-
HSV(B)244.76º30.29%81.57%-
XYZ34.0931.2963.92-
YUV153.68158.66125.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=29.82%
G=28.83%
B=41.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501452080.280.3000.18244.7640.1369.22
Hex9691D01C1E012f52845
Octal226221320343602236550105
Binary1001011010010001110100001110011110010010111101011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9691D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9691D0; }

 p { color: rgb(150,145,208); }

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

<style>
 a { background-color: #9691D0; }

 a { background-color: rgb(150,145,208); }

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

<style>
 span { border-color: #9691D0; }

 span { border-color: rgb(150,145,208); }

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