Html Css Color HEX #9A8EDA Blue Bell

📋 copy color: '#9A8EDA'

red 154 ◦ green 142 ◦ blue 218

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

Shades of Blue Bell #9A8EDA

Tints of Blue Bell #9A8EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 29.96%
G = 27.63%
B = 42.41%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9A8EDA (or 0x9A8EDA) is known color: Blue Bell. HEX triplet: 9A, 8E and DA. RGB value is (154,142,218). Sum of RGB (Red+Green+Blue) = 154+142+218=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8EDA is #657125. Grayscale: #999999. Windows color (decimal): -6648102 or 14323354. OLE color: 14323354.

HSL color Cylindrical-coordinate representation of color #9A8EDA: hue angle of 249.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8EDA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 142 218 -
CMYK 0.29 0.35 0 0.15
HSL 249.47º 0.51% 0.71% -
HSV(B) 249.47º 0.35% 0.85% -
XYZ 35.65 31.28 70.49 -
YUV 154.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 154 142 218 0.29 0.35 0 0.15 249.47 0.51 0.71
Hex 9A 8E DA 1D 23 0 F F9 33 47
Octal 232 216 332 35 43 0 17 371 63 107
Binary 10011010 10001110 11011010 11101 100011 0 1111 11111001 110011 1000111

Color Harmonies of #9A8EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8EDA

Black with #9A8EDA

Text Example


Text Example

White with #9A8EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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