Html Css Color HEX #9B94E6 Blue Bell

📋 copy color: '#9B94E6'

red 155 ◦ green 148 ◦ blue 230

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

Shades of Blue Bell #9B94E6

Tints of Blue Bell #9B94E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.15%

R = 29.08%
G = 27.77%
B = 43.15%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9B94E6 (or 0x9B94E6) is known color: Blue Bell. HEX triplet: 9B, 94 and E6. RGB value is (155,148,230). Sum of RGB (Red+Green+Blue) = 155+148+230=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B94E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94E6 is #646B19. Grayscale: #9F9F9F. Windows color (decimal): -6581018 or 15111323. OLE color: 15111323.

HSL color Cylindrical-coordinate representation of color #9B94E6: hue angle of 245.12º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B94E6 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 148 230 -
CMYK 0.33 0.36 0 0.10
HSL 245.12º 0.62% 0.74% -
HSV(B) 245.12º 0.36% 0.9% -
XYZ 38.39 33.86 79.38 -
YUV 159.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 155 148 230 0.33 0.36 0 0.10 245.12 0.62 0.74
Hex 9B 94 E6 21 24 0 A F5 3E 4A
Octal 233 224 346 41 44 0 12 365 76 112
Binary 10011011 10010100 11100110 100001 100100 0 1010 11110101 111110 1001010

Color Harmonies of #9B94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B94E6

Black with #9B94E6

Text Example


Text Example

White with #9B94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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