#9A94CD

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

Shades of Blue Bell #9A94CD

Tints of Blue Bell #9A94CD

Color information

#9A94CD (or 0x9A94CD) is unknown color: approx Blue Bell. HEX triplet: 9A, 94 and CD. RGB value is (154,148,205). Sum of RGB (Red+Green+Blue) = 154+148+205=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A94CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A94CD is #656B32. Grayscale: #9C9C9C. Windows color (decimal): -6646579 or 13472922. OLE color: 13472922.

HSL color Cylindrical-coordinate representation of color #9A94CD: hue angle of 246.32º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A94CD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154148205-
CMYK0.250.2800.20
HSL246.32º36.31%69.22%-
HSV(B)246.32º27.8%80.39%-
XYZ34.9432.4662.18-
YUV156.29155.49126.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=30.37%
G=29.19%
B=40.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541482050.250.2800.20246.3236.3169.22
Hex9A94CD191C014f62445
Octal232224315313402436644105
Binary1001101010010100110011011100111100010100111101101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A94CD; }

 p { color: rgb(154,148,205); }

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

<style>
 a { background-color: #9A94CD; }

 a { background-color: rgb(154,148,205); }

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

<style>
 span { border-color: #9A94CD; }

 span { border-color: rgb(154,148,205); }

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