Html Css Color HEX #8A8ACD Blue Bell

📋 copy color: '#8A8ACD'

red 138 ◦ green 138 ◦ blue 205

#8A8ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #8A8ACD

Tints of Blue Bell #8A8ACD

RGB

 RED value IS 138 (54.3% from 255) = 28.69%

 GREEN value IS 138 (54.3% from 255) = 28.69%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 28.69%
G = 28.69%
B = 42.62%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A8ACD (or 0x8A8ACD) is known color: Blue Bell. HEX triplet: 8A, 8A and CD. RGB value is (138,138,205). Sum of RGB (Red+Green+Blue) = 138+138+205=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A8ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ACD is #757532. Grayscale: #919191. Windows color (decimal): -7697715 or 13470346. OLE color: 13470346.

HSL color Cylindrical-coordinate representation of color #8A8ACD: hue angle of 240º 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 #8A8ACD is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 138 205 -
CMYK 0.33 0.33 0 0.20
HSL 240º 0.4% 0.67% -
HSV(B) 240º 0.33% 0.8% -
XYZ 30.59 27.99 61.55 -
YUV 145.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 138 138 205 0.33 0.33 0 0.20 240 0.4 0.67
Hex 8A 8A CD 21 21 0 14 F0 28 43
Octal 212 212 315 41 41 0 24 360 50 103
Binary 10001010 10001010 11001101 100001 100001 0 10100 11110000 101000 1000011

Color Harmonies of #8A8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8ACD

Black with #8A8ACD

Text Example


Text Example

White with #8A8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A8ACD;
 }
 .AnyTagClassName
 {
   color: #8A8ACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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