Html Css Color HEX #9FA5DB Blue Bell

📋 copy color: '#9FA5DB'

red 159 ◦ green 165 ◦ blue 219

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

Shades of Blue Bell #9FA5DB

Tints of Blue Bell #9FA5DB

RGB

 RED value IS 159 (62.5% from 255) = 29.28%

 GREEN value IS 165 (64.84% from 255) = 30.39%

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

R = 29.28%
G = 30.39%
B = 40.33%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FA5DB (or 0x9FA5DB) is known color: Blue Bell. HEX triplet: 9F, A5 and DB. RGB value is (159,165,219). Sum of RGB (Red+Green+Blue) = 159+165+219=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA5DB is #605A24. Grayscale: #A9A9A9. Windows color (decimal): -6314533 or 14394783. OLE color: 14394783.

HSL color Cylindrical-coordinate representation of color #9FA5DB: hue angle of 234º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA5DB is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 165 219 -
CMYK 0.27 0.25 0 0.14
HSL 234º 0.45% 0.74% -
HSV(B) 234º 0.27% 0.86% -
XYZ 40.54 39.4 72.49 -
YUV 169.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 159 165 219 0.27 0.25 0 0.14 234 0.45 0.74
Hex 9F A5 DB 1B 19 0 E EA 2D 4A
Octal 237 245 333 33 31 0 16 352 55 112
Binary 10011111 10100101 11011011 11011 11001 0 1110 11101010 101101 1001010

Color Harmonies of #9FA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA5DB

Black with #9FA5DB

Text Example


Text Example

White with #9FA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,165,219); }

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

background-color css

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

 a { background-color: rgb(159,165,219); }

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

border-color css

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

 span { border-color: rgb(159,165,219); }

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