Html Css Color HEX #9FA3D7 Blue Bell

📋 copy color: '#9FA3D7'

red 159 ◦ green 163 ◦ blue 215

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

Shades of Blue Bell #9FA3D7

Tints of Blue Bell #9FA3D7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.35%

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 29.61%
G = 30.35%
B = 40.04%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9FA3D7 (or 0x9FA3D7) is known color: Blue Bell. HEX triplet: 9F, A3 and D7. RGB value is (159,163,215). Sum of RGB (Red+Green+Blue) = 159+163+215=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #9FA3D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3D7 is #605C28. Grayscale: #A7A7A7. Windows color (decimal): -6315049 or 14132127. OLE color: 14132127.

HSL color Cylindrical-coordinate representation of color #9FA3D7: hue angle of 235.71º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FA3D7 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 163 215 -
CMYK 0.26 0.24 0 0.16
HSL 235.71º 0.41% 0.73% -
HSV(B) 235.71º 0.26% 0.84% -
XYZ 39.66 38.47 69.63 -
YUV 167.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 159 163 215 0.26 0.24 0 0.16 235.71 0.41 0.73
Hex 9F A3 D7 1A 18 0 10 EC 29 49
Octal 237 243 327 32 30 0 20 354 51 111
Binary 10011111 10100011 11010111 11010 11000 0 10000 11101100 101001 1001001

Color Harmonies of #9FA3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA3D7

Black with #9FA3D7

Text Example


Text Example

White with #9FA3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,163,215); }

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

background-color css

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

 a { background-color: rgb(159,163,215); }

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

border-color css

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

 span { border-color: rgb(159,163,215); }

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