Html Css Color HEX #9A9BDD Blue Bell

📋 copy color: '#9A9BDD'

red 154 ◦ green 155 ◦ blue 221

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

Shades of Blue Bell #9A9BDD

Tints of Blue Bell #9A9BDD

RGB

 RED value IS 154 (60.55% from 255) = 29.06%

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 29.06%
G = 29.25%
B = 41.7%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A9BDD (or 0x9A9BDD) is known color: Blue Bell. HEX triplet: 9A, 9B and DD. RGB value is (154,155,221). Sum of RGB (Red+Green+Blue) = 154+155+221=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BDD is #656422. Grayscale: #A1A1A1. Windows color (decimal): -6644771 or 14523290. OLE color: 14523290.

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

Color convert

RGB 154 155 221 -
CMYK 0.30 0.30 0 0.13
HSL 239.1º 0.5% 0.74% -
HSV(B) 239.1º 0.3% 0.87% -
XYZ 38.1 35.53 73.26 -
YUV 162.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 154 155 221 0.30 0.30 0 0.13 239.1 0.5 0.74
Hex 9A 9B DD 1E 1E 0 D EF 32 4A
Octal 232 233 335 36 36 0 15 357 62 112
Binary 10011010 10011011 11011101 11110 11110 0 1101 11101111 110010 1001010

Color Harmonies of #9A9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9BDD

Black with #9A9BDD

Text Example


Text Example

White with #9A9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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