Html Css Color HEX #9A8CE1 Blue Bell

📋 copy color: '#9A8CE1'

red 154 ◦ green 140 ◦ blue 225

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

Shades of Blue Bell #9A8CE1

Tints of Blue Bell #9A8CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.97%

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 29.67%
G = 26.97%
B = 43.35%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9A8CE1 (or 0x9A8CE1) is known color: Blue Bell. HEX triplet: 9A, 8C and E1. RGB value is (154,140,225). Sum of RGB (Red+Green+Blue) = 154+140+225=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #9A8CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CE1 is #65731E. Grayscale: #999999. Windows color (decimal): -6648607 or 14781594. OLE color: 14781594.

HSL color Cylindrical-coordinate representation of color #9A8CE1: hue angle of 249.88º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A8CE1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 140 225 -
CMYK 0.32 0.38 0 0.12
HSL 249.88º 0.59% 0.72% -
HSV(B) 249.88º 0.38% 0.88% -
XYZ 36.3 31.06 75.32 -
YUV 153.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 154 140 225 0.32 0.38 0 0.12 249.88 0.59 0.72
Hex 9A 8C E1 20 26 0 C FA 3B 48
Octal 232 214 341 40 46 0 14 372 73 110
Binary 10011010 10001100 11100001 100000 100110 0 1100 11111010 111011 1001000

Color Harmonies of #9A8CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8CE1

Black with #9A8CE1

Text Example


Text Example

White with #9A8CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,140,225); }

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

background-color css

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

 a { background-color: rgb(154,140,225); }

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

border-color css

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

 span { border-color: rgb(154,140,225); }

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