Html Css Color HEX #9B93DE Blue Bell

📋 copy color: '#9B93DE'

red 155 ◦ green 147 ◦ blue 222

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

Shades of Blue Bell #9B93DE

Tints of Blue Bell #9B93DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 29.58%
G = 28.05%
B = 42.37%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B93DE (or 0x9B93DE) is known color: Blue Bell. HEX triplet: 9B, 93 and DE. RGB value is (155,147,222). Sum of RGB (Red+Green+Blue) = 155+147+222=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B93DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93DE is #646C21. Grayscale: #9D9D9D. Windows color (decimal): -6581282 or 14586779. OLE color: 14586779.

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

Color convert

RGB 155 147 222 -
CMYK 0.30 0.34 0 0.13
HSL 246.4º 0.53% 0.72% -
HSV(B) 246.4º 0.34% 0.87% -
XYZ 37.14 33.11 73.54 -
YUV 157.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 155 147 222 0.30 0.34 0 0.13 246.4 0.53 0.72
Hex 9B 93 DE 1E 22 0 D F6 35 48
Octal 233 223 336 36 42 0 15 366 65 110
Binary 10011011 10010011 11011110 11110 100010 0 1101 11110110 110101 1001000

Color Harmonies of #9B93DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B93DE

Black with #9B93DE

Text Example


Text Example

White with #9B93DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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