Html Css Color HEX #9B9FDF Blue Bell

📋 copy color: '#9B9FDF'

red 155 ◦ green 159 ◦ blue 223

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

Shades of Blue Bell #9B9FDF

Tints of Blue Bell #9B9FDF

RGB

 RED value IS 155 (60.94% from 255) = 28.86%

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

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 28.86%
G = 29.61%
B = 41.53%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B9FDF (or 0x9B9FDF) is known color: Blue Bell. HEX triplet: 9B, 9F and DF. RGB value is (155,159,223). Sum of RGB (Red+Green+Blue) = 155+159+223=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9FDF is #646020. Grayscale: #A4A4A4. Windows color (decimal): -6578209 or 14655387. OLE color: 14655387.

HSL color Cylindrical-coordinate representation of color #9B9FDF: hue angle of 236.47º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9FDF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 159 223 -
CMYK 0.30 0.29 0 0.13
HSL 236.47º 0.52% 0.74% -
HSV(B) 236.47º 0.3% 0.87% -
XYZ 39.23 37.09 74.9 -
YUV 165.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 155 159 223 0.30 0.29 0 0.13 236.47 0.52 0.74
Hex 9B 9F DF 1E 1D 0 D EC 34 4A
Octal 233 237 337 36 35 0 15 354 64 112
Binary 10011011 10011111 11011111 11110 11101 0 1101 11101100 110100 1001010

Color Harmonies of #9B9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9FDF

Black with #9B9FDF

Text Example


Text Example

White with #9B9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,159,223); }

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

background-color css

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

 a { background-color: rgb(155,159,223); }

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

border-color css

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

 span { border-color: rgb(155,159,223); }

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