Html Css Color HEX #9B97E0 Blue Bell

📋 copy color: '#9B97E0'

red 155 ◦ green 151 ◦ blue 224

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

Shades of Blue Bell #9B97E0

Tints of Blue Bell #9B97E0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.49%

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 29.25%
G = 28.49%
B = 42.26%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9B97E0 (or 0x9B97E0) is known color: Blue Bell. HEX triplet: 9B, 97 and E0. RGB value is (155,151,224). Sum of RGB (Red+Green+Blue) = 155+151+224=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B97E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B97E0 is #64681F. Grayscale: #A0A0A0. Windows color (decimal): -6580256 or 14718875. OLE color: 14718875.

HSL color Cylindrical-coordinate representation of color #9B97E0: hue angle of 243.29º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B97E0 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 151 224 -
CMYK 0.31 0.33 0 0.12
HSL 243.29º 0.54% 0.74% -
HSV(B) 243.29º 0.33% 0.88% -
XYZ 38.04 34.48 75.17 -
YUV 160.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 155 151 224 0.31 0.33 0 0.12 243.29 0.54 0.74
Hex 9B 97 E0 1F 21 0 C F3 36 4A
Octal 233 227 340 37 41 0 14 363 66 112
Binary 10011011 10010111 11100000 11111 100001 0 1100 11110011 110110 1001010

Color Harmonies of #9B97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B97E0

Black with #9B97E0

Text Example


Text Example

White with #9B97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,151,224); }

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

background-color css

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

 a { background-color: rgb(155,151,224); }

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

border-color css

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

 span { border-color: rgb(155,151,224); }

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