Html Css Color HEX #9A9EDB Blue Bell

📋 copy color: '#9A9EDB'

red 154 ◦ green 158 ◦ blue 219

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

Shades of Blue Bell #9A9EDB

Tints of Blue Bell #9A9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.76%

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

R = 29%
G = 29.76%
B = 41.24%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A9EDB (or 0x9A9EDB) is known color: Blue Bell. HEX triplet: 9A, 9E and DB. RGB value is (154,158,219). Sum of RGB (Red+Green+Blue) = 154+158+219=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9EDB is #656124. Grayscale: #A3A3A3. Windows color (decimal): -6644005 or 14392986. OLE color: 14392986.

HSL color Cylindrical-coordinate representation of color #9A9EDB: hue angle of 236.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A9EDB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 158 219 -
CMYK 0.30 0.28 0 0.14
HSL 236.31º 0.47% 0.73% -
HSV(B) 236.31º 0.3% 0.86% -
XYZ 38.34 36.44 72.03 -
YUV 163.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 154 158 219 0.30 0.28 0 0.14 236.31 0.47 0.73
Hex 9A 9E DB 1E 1C 0 E EC 2F 49
Octal 232 236 333 36 34 0 16 354 57 111
Binary 10011010 10011110 11011011 11110 11100 0 1110 11101100 101111 1001001

Color Harmonies of #9A9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9EDB

Black with #9A9EDB

Text Example


Text Example

White with #9A9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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