Html Css Color HEX #9B93CB Blue Bell

📋 copy color: '#9B93CB'

red 155 ◦ green 147 ◦ blue 203

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

Shades of Blue Bell #9B93CB

Tints of Blue Bell #9B93CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 30.69%
G = 29.11%
B = 40.2%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B93CB (or 0x9B93CB) is known color: Blue Bell. HEX triplet: 9B, 93 and CB. RGB value is (155,147,203). Sum of RGB (Red+Green+Blue) = 155+147+203=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B93CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93CB is #646C34. Grayscale: #9B9B9B. Windows color (decimal): -6581301 or 13341595. OLE color: 13341595.

HSL color Cylindrical-coordinate representation of color #9B93CB: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B93CB is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 147 203 -
CMYK 0.24 0.28 0 0.20
HSL 248.57º 0.35% 0.69% -
HSV(B) 248.57º 0.28% 0.8% -
XYZ 34.73 32.15 60.87 -
YUV 155.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 155 147 203 0.24 0.28 0 0.20 248.57 0.35 0.69
Hex 9B 93 CB 18 1C 0 14 F9 23 45
Octal 233 223 313 30 34 0 24 371 43 105
Binary 10011011 10010011 11001011 11000 11100 0 10100 11111001 100011 1000101

Color Harmonies of #9B93CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B93CB

Black with #9B93CB

Text Example


Text Example

White with #9B93CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,147,203); }

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

background-color css

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

 a { background-color: rgb(155,147,203); }

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

border-color css

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

 span { border-color: rgb(155,147,203); }

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