Html Css Color HEX #9A8BE6 Blue Bell

📋 copy color: '#9A8BE6'

red 154 ◦ green 139 ◦ blue 230

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

Shades of Blue Bell #9A8BE6

Tints of Blue Bell #9A8BE6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.58%

 BLUE value IS 230 (90.23% from 255) = 43.98%

R = 29.45%
G = 26.58%
B = 43.98%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9A8BE6 (or 0x9A8BE6) is known color: Blue Bell. HEX triplet: 9A, 8B and E6. RGB value is (154,139,230). Sum of RGB (Red+Green+Blue) = 154+139+230=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A8BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BE6 is #657419. Grayscale: #999999. Windows color (decimal): -6648858 or 15109018. OLE color: 15109018.

HSL color Cylindrical-coordinate representation of color #9A8BE6: hue angle of 249.89º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A8BE6 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 139 230 -
CMYK 0.33 0.40 0 0.10
HSL 249.89º 0.65% 0.72% -
HSV(B) 249.89º 0.4% 0.9% -
XYZ 36.84 31.05 78.91 -
YUV 153.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 154 139 230 0.33 0.40 0 0.10 249.89 0.65 0.72
Hex 9A 8B E6 21 28 0 A FA 41 48
Octal 232 213 346 41 50 0 12 372 101 110
Binary 10011010 10001011 11100110 100001 101000 0 1010 11111010 1000001 1001000

Color Harmonies of #9A8BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8BE6

Black with #9A8BE6

Text Example


Text Example

White with #9A8BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,139,230); }

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

background-color css

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

 a { background-color: rgb(154,139,230); }

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

border-color css

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

 span { border-color: rgb(154,139,230); }

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