#9691E3

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

Shades of Blue Bell #9691E3

Tints of Blue Bell #9691E3

Color information

#9691E3 (or 0x9691E3) is unknown color: approx Blue Bell. HEX triplet: 96, 91 and E3. RGB value is (150,145,227). Sum of RGB (Red+Green+Blue) = 150+145+227=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #9691E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691E3 is #696E1C. Grayscale: #9B9B9B. Windows color (decimal): -6909469 or 14913942. OLE color: 14913942.

HSL color Cylindrical-coordinate representation of color #9691E3: hue angle of 243.66º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9691E3 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150145227-
CMYK0.340.3600.11
HSL243.66º59.42%72.94%-
HSV(B)243.66º36.12%89.02%-
XYZ36.5732.2876.98-
YUV155.84168.16123.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.74%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 227 (89.06% from 255) = 43.49%
R=28.74%
G=27.78%
B=43.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501452270.340.3600.11243.6659.4272.94
Hex9691E322240Bf43b49
Octal226221343424401336473111
Binary10010110100100011110001110001010010001011111101001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9691E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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