Html Css Color HEX #9A8CDB Blue Bell

📋 copy color: '#9A8CDB'

red 154 ◦ green 140 ◦ blue 219

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

Shades of Blue Bell #9A8CDB

Tints of Blue Bell #9A8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

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

R = 30.02%
G = 27.29%
B = 42.69%

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

#9A8CDB (or 0x9A8CDB) is known color: Blue Bell. HEX triplet: 9A, 8C and DB. RGB value is (154,140,219). Sum of RGB (Red+Green+Blue) = 154+140+219=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A8CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CDB is #657324. Grayscale: #989898. Windows color (decimal): -6648613 or 14388378. OLE color: 14388378.

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

Color convert

RGB 154 140 219 -
CMYK 0.30 0.36 0 0.14
HSL 250.63º 0.52% 0.7% -
HSV(B) 250.63º 0.36% 0.86% -
XYZ 35.49 30.74 71.08 -
YUV 153.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 154 140 219 0.30 0.36 0 0.14 250.63 0.52 0.7
Hex 9A 8C DB 1E 24 0 E FB 34 46
Octal 232 214 333 36 44 0 16 373 64 106
Binary 10011010 10001100 11011011 11110 100100 0 1110 11111011 110100 1000110

Color Harmonies of #9A8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CDB

Black with #9A8CDB

Text Example


Text Example

White with #9A8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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