Html Css Color HEX #9B90EE Blue Bell

📋 copy color: '#9B90EE'

red 155 ◦ green 144 ◦ blue 238

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

Shades of Blue Bell #9B90EE

Tints of Blue Bell #9B90EE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.82%

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 28.86%
G = 26.82%
B = 44.32%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B90EE (or 0x9B90EE) is known color: Blue Bell. HEX triplet: 9B, 90 and EE. RGB value is (155,144,238). Sum of RGB (Red+Green+Blue) = 155+144+238=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B90EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B90EE is #646F11. Grayscale: #9D9D9D. Windows color (decimal): -6582034 or 15634587. OLE color: 15634587.

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

Color convert

RGB 155 144 238 -
CMYK 0.35 0.39 0 0.07
HSL 247.02º 0.73% 0.75% -
HSV(B) 247.02º 0.39% 0.93% -
XYZ 38.92 33.09 85.22 -
YUV 158.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 155 144 238 0.35 0.39 0 0.07 247.02 0.73 0.75
Hex 9B 90 EE 23 27 0 7 F7 49 4B
Octal 233 220 356 43 47 0 7 367 111 113
Binary 10011011 10010000 11101110 100011 100111 0 111 11110111 1001001 1001011

Color Harmonies of #9B90EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B90EE

Black with #9B90EE

Text Example


Text Example

White with #9B90EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,144,238); }

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

background-color css

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

 a { background-color: rgb(155,144,238); }

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

border-color css

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

 span { border-color: rgb(155,144,238); }

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