#8A8CCD

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

Shades of Blue Bell #8A8CCD

Tints of Blue Bell #8A8CCD

Color information

#8A8CCD (or 0x8A8CCD) is unknown color: approx Blue Bell. HEX triplet: 8A, 8C and CD. RGB value is (138,140,205). Sum of RGB (Red+Green+Blue) = 138+140+205=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CCD is #757332. Grayscale: #929292. Windows color (decimal): -7697203 or 13470858. OLE color: 13470858.

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

Color convert

RGB138140205-
CMYK0.330.3200.20
HSL238.21º40.12%67.25%-
HSV(B)238.21º32.68%80.39%-
XYZ30.8828.5761.64-
YUV146.81160.84121.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.57%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=28.57%
G=28.99%
B=42.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381402050.330.3200.20238.2140.1267.25
Hex8A8CCD2120014ee2843
Octal212214315414002435650103
Binary100010101000110011001101100001100000010100111011101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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