Html Css Color HEX #9B99DA Blue Bell

📋 copy color: '#9B99DA'

red 155 ◦ green 153 ◦ blue 218

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

Shades of Blue Bell #9B99DA

Tints of Blue Bell #9B99DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.09%

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 29.47%
G = 29.09%
B = 41.44%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B99DA (or 0x9B99DA) is known color: Blue Bell. HEX triplet: 9B, 99 and DA. RGB value is (155,153,218). Sum of RGB (Red+Green+Blue) = 155+153+218=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99DA is #646625. Grayscale: #A0A0A0. Windows color (decimal): -6579750 or 14326171. OLE color: 14326171.

HSL color Cylindrical-coordinate representation of color #9B99DA: hue angle of 241.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B99DA is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 153 218 -
CMYK 0.29 0.30 0 0.15
HSL 241.85º 0.47% 0.73% -
HSV(B) 241.85º 0.3% 0.85% -
XYZ 37.56 34.81 71.07 -
YUV 161.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 155 153 218 0.29 0.30 0 0.15 241.85 0.47 0.73
Hex 9B 99 DA 1D 1E 0 F F2 2F 49
Octal 233 231 332 35 36 0 17 362 57 111
Binary 10011011 10011001 11011010 11101 11110 0 1111 11110010 101111 1001001

Color Harmonies of #9B99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B99DA

Black with #9B99DA

Text Example


Text Example

White with #9B99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,153,218); }

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

background-color css

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

 a { background-color: rgb(155,153,218); }

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

border-color css

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

 span { border-color: rgb(155,153,218); }

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