Html Css Color HEX #9A8EDF Blue Bell

📋 copy color: '#9A8EDF'

red 154 ◦ green 142 ◦ blue 223

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

Shades of Blue Bell #9A8EDF

Tints of Blue Bell #9A8EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 29.67%
G = 27.36%
B = 42.97%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A8EDF (or 0x9A8EDF) is known color: Blue Bell. HEX triplet: 9A, 8E and DF. RGB value is (154,142,223). Sum of RGB (Red+Green+Blue) = 154+142+223=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8EDF is #657120. Grayscale: #9A9A9A. Windows color (decimal): -6648097 or 14651034. OLE color: 14651034.

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

Color convert

RGB 154 142 223 -
CMYK 0.31 0.36 0 0.13
HSL 248.89º 0.56% 0.72% -
HSV(B) 248.89º 0.36% 0.87% -
XYZ 36.32 31.54 73.99 -
YUV 154.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 154 142 223 0.31 0.36 0 0.13 248.89 0.56 0.72
Hex 9A 8E DF 1F 24 0 D F9 38 48
Octal 232 216 337 37 44 0 15 371 70 110
Binary 10011010 10001110 11011111 11111 100100 0 1101 11111001 111000 1001000

Color Harmonies of #9A8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8EDF

Black with #9A8EDF

Text Example


Text Example

White with #9A8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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