Html Css Color HEX #9B90DF Blue Bell

📋 copy color: '#9B90DF'

red 155 ◦ green 144 ◦ blue 223

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

Shades of Blue Bell #9B90DF

Tints of Blue Bell #9B90DF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.59%

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

R = 29.69%
G = 27.59%
B = 42.72%

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

#9B90DF (or 0x9B90DF) is known color: Blue Bell. HEX triplet: 9B, 90 and DF. RGB value is (155,144,223). Sum of RGB (Red+Green+Blue) = 155+144+223=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B90DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90DF is #646F20. Grayscale: #9B9B9B. Windows color (decimal): -6582049 or 14651547. OLE color: 14651547.

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

Color convert

RGB 155 144 223 -
CMYK 0.30 0.35 0 0.13
HSL 248.35º 0.55% 0.72% -
HSV(B) 248.35º 0.35% 0.87% -
XYZ 36.81 32.24 74.1 -
YUV 156.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 155 144 223 0.30 0.35 0 0.13 248.35 0.55 0.72
Hex 9B 90 DF 1E 23 0 D F8 37 48
Octal 233 220 337 36 43 0 15 370 67 110
Binary 10011011 10010000 11011111 11110 100011 0 1101 11111000 110111 1001000

Color Harmonies of #9B90DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B90DF

Black with #9B90DF

Text Example


Text Example

White with #9B90DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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