#9A9ACD

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

Shades of Blue Bell #9A9ACD

Tints of Blue Bell #9A9ACD

Color information

#9A9ACD (or 0x9A9ACD) is unknown color: approx Blue Bell. HEX triplet: 9A, 9A and CD. RGB value is (154,154,205). Sum of RGB (Red+Green+Blue) = 154+154+205=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9ACD is #656532. Grayscale: #9F9F9F. Windows color (decimal): -6645043 or 13474458. OLE color: 13474458.

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

Color convert

RGB154154205-
CMYK0.250.2500.20
HSL240º33.77%70.39%-
HSV(B)240º24.88%80.39%-
XYZ35.934.3962.5-
YUV159.81153.5123.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=30.02%
G=30.02%
B=39.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541542050.250.2500.2024033.7770.39
Hex9A9ACD1919014f02246
Octal232232315313102436042106
Binary1001101010011010110011011100111001010100111100001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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