#9694CE

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

Shades of Blue Bell #9694CE

Tints of Blue Bell #9694CE

Color information

#9694CE (or 0x9694CE) is unknown color: approx Blue Bell. HEX triplet: 96, 94 and CE. RGB value is (150,148,206). Sum of RGB (Red+Green+Blue) = 150+148+206=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9694CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9694CE is #696B31. Grayscale: #9A9A9A. Windows color (decimal): -6908722 or 13538454. OLE color: 13538454.

HSL color Cylindrical-coordinate representation of color #9694CE: hue angle of 242.07º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9694CE is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150148206-
CMYK0.270.2800.19
HSL242.07º37.18%69.41%-
HSV(B)242.07º28.16%80.78%-
XYZ34.3132.1262.78-
YUV155.21156.66124.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=29.76%
G=29.37%
B=40.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501482060.270.2800.19242.0737.1869.41
Hex9694CE1B1C013f22545
Octal226224316333402336245105
Binary1001011010010100110011101101111100010011111100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9694CE; }

 p { color: rgb(150,148,206); }

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

<style>
 a { background-color: #9694CE; }

 a { background-color: rgb(150,148,206); }

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

<style>
 span { border-color: #9694CE; }

 span { border-color: rgb(150,148,206); }

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