Html Css Color HEX #8A8ACE Blue Bell

📋 copy color: '#8A8ACE'

red 138 ◦ green 138 ◦ blue 206

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

Shades of Blue Bell #8A8ACE

Tints of Blue Bell #8A8ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 28.63%
G = 28.63%
B = 42.74%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A8ACE (or 0x8A8ACE) is known color: Blue Bell. HEX triplet: 8A, 8A and CE. RGB value is (138,138,206). Sum of RGB (Red+Green+Blue) = 138+138+206=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A8ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8ACE is #757531. Grayscale: #919191. Windows color (decimal): -7697714 or 13535882. OLE color: 13535882.

HSL color Cylindrical-coordinate representation of color #8A8ACE: hue angle of 240º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A8ACE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 138 206 -
CMYK 0.33 0.33 0 0.19
HSL 240º 0.41% 0.67% -
HSV(B) 240º 0.33% 0.81% -
XYZ 30.71 28.04 62.19 -
YUV 145.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 138 138 206 0.33 0.33 0 0.19 240 0.41 0.67
Hex 8A 8A CE 21 21 0 13 F0 29 43
Octal 212 212 316 41 41 0 23 360 51 103
Binary 10001010 10001010 11001110 100001 100001 0 10011 11110000 101001 1000011

Color Harmonies of #8A8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8ACE

Black with #8A8ACE

Text Example


Text Example

White with #8A8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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