Html Css Color HEX #9A8DDB Blue Bell

📋 copy color: '#9A8DDB'

red 154 ◦ green 141 ◦ blue 219

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

Shades of Blue Bell #9A8DDB

Tints of Blue Bell #9A8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.43%

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

R = 29.96%
G = 27.43%
B = 42.61%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A8DDB (or 0x9A8DDB) is known color: Blue Bell. HEX triplet: 9A, 8D and DB. RGB value is (154,141,219). Sum of RGB (Red+Green+Blue) = 154+141+219=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DDB is #657224. Grayscale: #999999. Windows color (decimal): -6648357 or 14388634. OLE color: 14388634.

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

Color convert

RGB 154 141 219 -
CMYK 0.30 0.36 0 0.14
HSL 250º 0.52% 0.71% -
HSV(B) 250º 0.36% 0.86% -
XYZ 35.64 31.03 71.13 -
YUV 153.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 154 141 219 0.30 0.36 0 0.14 250 0.52 0.71
Hex 9A 8D DB 1E 24 0 E FA 34 47
Octal 232 215 333 36 44 0 16 372 64 107
Binary 10011010 10001101 11011011 11110 100100 0 1110 11111010 110100 1000111

Color Harmonies of #9A8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8DDB

Black with #9A8DDB

Text Example


Text Example

White with #9A8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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