Html Css Color HEX #9B92ED Blue Bell

📋 copy color: '#9B92ED'

red 155 ◦ green 146 ◦ blue 237

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

Shades of Blue Bell #9B92ED

Tints of Blue Bell #9B92ED

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.14%

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 28.81%
G = 27.14%
B = 44.05%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B92ED (or 0x9B92ED) is known color: Blue Bell. HEX triplet: 9B, 92 and ED. RGB value is (155,146,237). Sum of RGB (Red+Green+Blue) = 155+146+237=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B92ED is #646D12. Grayscale: #9E9E9E. Windows color (decimal): -6581523 or 15569563. OLE color: 15569563.

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

Color convert

RGB 155 146 237 -
CMYK 0.35 0.38 0 0.07
HSL 245.93º 0.72% 0.75% -
HSV(B) 245.93º 0.38% 0.93% -
XYZ 39.08 33.64 84.55 -
YUV 159.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 155 146 237 0.35 0.38 0 0.07 245.93 0.72 0.75
Hex 9B 92 ED 23 26 0 7 F6 48 4B
Octal 233 222 355 43 46 0 7 366 110 113
Binary 10011011 10010010 11101101 100011 100110 0 111 11110110 1001000 1001011

Color Harmonies of #9B92ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B92ED

Black with #9B92ED

Text Example


Text Example

White with #9B92ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,146,237); }

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

background-color css

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

 a { background-color: rgb(155,146,237); }

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

border-color css

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

 span { border-color: rgb(155,146,237); }

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