Html Css Color HEX #9B9ADE Blue Bell

📋 copy color: '#9B9ADE'

red 155 ◦ green 154 ◦ blue 222

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

Shades of Blue Bell #9B9ADE

Tints of Blue Bell #9B9ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29%

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 29.19%
G = 29%
B = 41.81%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B9ADE (or 0x9B9ADE) is known color: Blue Bell. HEX triplet: 9B, 9A and DE. RGB value is (155,154,222). Sum of RGB (Red+Green+Blue) = 155+154+222=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9ADE is #646521. Grayscale: #A1A1A1. Windows color (decimal): -6579490 or 14588571. OLE color: 14588571.

HSL color Cylindrical-coordinate representation of color #9B9ADE: hue angle of 240.88º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B9ADE is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 154 222 -
CMYK 0.30 0.31 0 0.13
HSL 240.88º 0.51% 0.74% -
HSV(B) 240.88º 0.31% 0.87% -
XYZ 38.26 35.35 73.91 -
YUV 162.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 155 154 222 0.30 0.31 0 0.13 240.88 0.51 0.74
Hex 9B 9A DE 1E 1F 0 D F1 33 4A
Octal 233 232 336 36 37 0 15 361 63 112
Binary 10011011 10011010 11011110 11110 11111 0 1101 11110001 110011 1001010

Color Harmonies of #9B9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9ADE

Black with #9B9ADE

Text Example


Text Example

White with #9B9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,154,222); }

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

background-color css

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

 a { background-color: rgb(155,154,222); }

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

border-color css

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

 span { border-color: rgb(155,154,222); }

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