Html Css Color HEX #9B94EC Blue Bell

📋 copy color: '#9B94EC'

red 155 ◦ green 148 ◦ blue 236

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

Shades of Blue Bell #9B94EC

Tints of Blue Bell #9B94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.46%

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 28.76%
G = 27.46%
B = 43.78%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B94EC (or 0x9B94EC) is known color: Blue Bell. HEX triplet: 9B, 94 and EC. RGB value is (155,148,236). Sum of RGB (Red+Green+Blue) = 155+148+236=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B94EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94EC is #646B13. Grayscale: #9F9F9F. Windows color (decimal): -6581012 or 15504539. OLE color: 15504539.

HSL color Cylindrical-coordinate representation of color #9B94EC: hue angle of 244.77º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B94EC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 148 236 -
CMYK 0.34 0.37 0 0.07
HSL 244.77º 0.7% 0.75% -
HSV(B) 244.77º 0.37% 0.93% -
XYZ 39.25 34.2 83.89 -
YUV 160.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 155 148 236 0.34 0.37 0 0.07 244.77 0.7 0.75
Hex 9B 94 EC 22 25 0 7 F5 46 4B
Octal 233 224 354 42 45 0 7 365 106 113
Binary 10011011 10010100 11101100 100010 100101 0 111 11110101 1000110 1001011

Color Harmonies of #9B94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B94EC

Black with #9B94EC

Text Example


Text Example

White with #9B94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,148,236); }

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

background-color css

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

 a { background-color: rgb(155,148,236); }

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

border-color css

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

 span { border-color: rgb(155,148,236); }

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