Html Css Color HEX #9A8EDB Blue Bell

📋 copy color: '#9A8EDB'

red 154 ◦ green 142 ◦ blue 219

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

Shades of Blue Bell #9A8EDB

Tints of Blue Bell #9A8EDB

RGB

 RED value IS 154 (60.55% from 255) = 29.9%

 GREEN value IS 142 (55.86% from 255) = 27.57%

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 29.9%
G = 27.57%
B = 42.52%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A8EDB (or 0x9A8EDB) is known color: Blue Bell. HEX triplet: 9A, 8E and DB. RGB value is (154,142,219). Sum of RGB (Red+Green+Blue) = 154+142+219=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8EDB is #657124. Grayscale: #9A9A9A. Windows color (decimal): -6648101 or 14388890. OLE color: 14388890.

HSL color Cylindrical-coordinate representation of color #9A8EDB: hue angle of 249.35º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8EDB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 142 219 -
CMYK 0.30 0.35 0 0.14
HSL 249.35º 0.52% 0.71% -
HSV(B) 249.35º 0.35% 0.86% -
XYZ 35.79 31.33 71.18 -
YUV 154.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 154 142 219 0.30 0.35 0 0.14 249.35 0.52 0.71
Hex 9A 8E DB 1E 23 0 E F9 34 47
Octal 232 216 333 36 43 0 16 371 64 107
Binary 10011010 10001110 11011011 11110 100011 0 1110 11111001 110100 1000111

Color Harmonies of #9A8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8EDB

Black with #9A8EDB

Text Example


Text Example

White with #9A8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,142,219); }

 H1.HeaderClassName
 {
   color: #9A8EDB;
 }
 .AnyTagClassName
 {
   color: #9A8EDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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