#8A8CCC

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

Shades of Blue Bell #8A8CCC

Tints of Blue Bell #8A8CCC

Color information

#8A8CCC (or 0x8A8CCC) is unknown color: approx Blue Bell. HEX triplet: 8A, 8C and CC. RGB value is (138,140,204). Sum of RGB (Red+Green+Blue) = 138+140+204=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CCC is #757333. Grayscale: #929292. Windows color (decimal): -7697204 or 13405322. OLE color: 13405322.

HSL color Cylindrical-coordinate representation of color #8A8CCC: hue angle of 238.18º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A8CCC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB138140204-
CMYK0.320.3100.2
HSL238.18º39.29%67.06%-
HSV(B)238.18º32.35%80%-
XYZ30.7628.5261.01-
YUV146.7160.34121.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=28.63%
G=29.05%
B=42.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381402040.320.3100.2238.1839.2967.06
Hex8A8CCC201F014ee2743
Octal212214314403702435647103
Binary10001010100011001100110010000011111010100111011101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8CCC; }

 p { color: rgb(138,140,204); }

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

<style>
 a { background-color: #8A8CCC; }

 a { background-color: rgb(138,140,204); }

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

<style>
 span { border-color: #8A8CCC; }

 span { border-color: rgb(138,140,204); }

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