Html Css Color HEX #9B8FDD Blue Bell

📋 copy color: '#9B8FDD'

red 155 ◦ green 143 ◦ blue 221

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

Shades of Blue Bell #9B8FDD

Tints of Blue Bell #9B8FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.55%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 29.87%
G = 27.55%
B = 42.58%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B8FDD (or 0x9B8FDD) is known color: Blue Bell. HEX triplet: 9B, 8F and DD. RGB value is (155,143,221). Sum of RGB (Red+Green+Blue) = 155+143+221=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FDD is #647022. Grayscale: #9B9B9B. Windows color (decimal): -6582307 or 14520219. OLE color: 14520219.

HSL color Cylindrical-coordinate representation of color #9B8FDD: hue angle of 249.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8FDD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 143 221 -
CMYK 0.30 0.35 0 0.13
HSL 249.23º 0.53% 0.71% -
HSV(B) 249.23º 0.35% 0.87% -
XYZ 36.39 31.83 72.63 -
YUV 155.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 155 143 221 0.30 0.35 0 0.13 249.23 0.53 0.71
Hex 9B 8F DD 1E 23 0 D F9 35 47
Octal 233 217 335 36 43 0 15 371 65 107
Binary 10011011 10001111 11011101 11110 100011 0 1101 11111001 110101 1000111

Color Harmonies of #9B8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8FDD

Black with #9B8FDD

Text Example


Text Example

White with #9B8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,143,221); }

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

background-color css

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

 a { background-color: rgb(155,143,221); }

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

border-color css

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

 span { border-color: rgb(155,143,221); }

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