Html Css Color HEX #9488E0 Blue Bell

📋 copy color: '#9488E0'

red 148 ◦ green 136 ◦ blue 224

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

Shades of Blue Bell #9488E0

Tints of Blue Bell #9488E0

RGB

 RED value IS 148 (58.2% from 255) = 29.13%

 GREEN value IS 136 (53.52% from 255) = 26.77%

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 29.13%
G = 26.77%
B = 44.09%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9488E0 (or 0x9488E0) is known color: Blue Bell. HEX triplet: 94, 88 and E0. RGB value is (148,136,224). Sum of RGB (Red+Green+Blue) = 148+136+224=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #9488E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488E0 is #6B771F. Grayscale: #959595. Windows color (decimal): -7042848 or 14715028. OLE color: 14715028.

HSL color Cylindrical-coordinate representation of color #9488E0: hue angle of 248.18º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9488E0 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 136 224 -
CMYK 0.34 0.39 0 0.12
HSL 248.18º 0.59% 0.71% -
HSV(B) 248.18º 0.39% 0.88% -
XYZ 34.47 29.29 74.36 -
YUV 149.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 148 136 224 0.34 0.39 0 0.12 248.18 0.59 0.71
Hex 94 88 E0 22 27 0 C F8 3B 47
Octal 224 210 340 42 47 0 14 370 73 107
Binary 10010100 10001000 11100000 100010 100111 0 1100 11111000 111011 1000111

Color Harmonies of #9488E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488E0

Black with #9488E0

Text Example


Text Example

White with #9488E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9488E0; }

 p { color: rgb(148,136,224); }

 H1.HeaderClassName
 {
   color: #9488E0;
 }
 .AnyTagClassName
 {
   color: #9488E0;
 }
</style>

background-color css

<style>
 a { background-color: #9488E0; }

 a { background-color: rgb(148,136,224); }

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

border-color css

<style>
 span { border-color: #9488E0; }

 span { border-color: rgb(148,136,224); }

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