Html Css Color HEX #9A8EDC Blue Bell

📋 copy color: '#9A8EDC'

red 154 ◦ green 142 ◦ blue 220

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

Shades of Blue Bell #9A8EDC

Tints of Blue Bell #9A8EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.52%

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 29.84%
G = 27.52%
B = 42.64%

CMYK

 C value IS 0.3

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A8EDC (or 0x9A8EDC) is known color: Blue Bell. HEX triplet: 9A, 8E and DC. RGB value is (154,142,220). Sum of RGB (Red+Green+Blue) = 154+142+220=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A8EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8EDC is #657123. Grayscale: #9A9A9A. Windows color (decimal): -6648100 or 14454426. OLE color: 14454426.

HSL color Cylindrical-coordinate representation of color #9A8EDC: hue angle of 249.23º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8EDC is Cyan = 0.3, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 142 220 -
CMYK 0.3 0.35 0 0.14
HSL 249.23º 0.53% 0.71% -
HSV(B) 249.23º 0.35% 0.86% -
XYZ 35.92 31.38 71.87 -
YUV 154.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 154 142 220 0.3 0.35 0 0.14 249.23 0.53 0.71
Hex 9A 8E DC 1E 23 0 E F9 35 47
Octal 232 216 334 36 43 0 16 371 65 107
Binary 10011010 10001110 11011100 11110 100011 0 1110 11111001 110101 1000111

Color Harmonies of #9A8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8EDC

Black with #9A8EDC

Text Example


Text Example

White with #9A8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,142,220); }

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

background-color css

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

 a { background-color: rgb(154,142,220); }

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

border-color css

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

 span { border-color: rgb(154,142,220); }

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