#9694CC

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

Shades of Blue Bell #9694CC

Tints of Blue Bell #9694CC

Color information

#9694CC (or 0x9694CC) is unknown color: approx Blue Bell. HEX triplet: 96, 94 and CC. RGB value is (150,148,204). Sum of RGB (Red+Green+Blue) = 150+148+204=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9694CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9694CC is #696B33. Grayscale: #9A9A9A. Windows color (decimal): -6908724 or 13407382. OLE color: 13407382.

HSL color Cylindrical-coordinate representation of color #9694CC: hue angle of 242.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9694CC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150148204-
CMYK0.260.2700.2
HSL242.14º35.44%69.02%-
HSV(B)242.14º27.45%80%-
XYZ34.0732.0261.51-
YUV154.98155.66124.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 148 (58.20% from 255) = 29.48%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=29.88%
G=29.48%
B=40.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501482040.260.2700.2242.1435.4469.02
Hex9694CC1A1B014f22345
Octal226224314323302436243105
Binary1001011010010100110011001101011011010100111100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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