Html Css Color HEX #9488DA Blue Bell

📋 copy color: '#9488DA'

red 148 ◦ green 136 ◦ blue 218

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

Shades of Blue Bell #9488DA

Tints of Blue Bell #9488DA

RGB

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

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

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

R = 29.48%
G = 27.09%
B = 43.43%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9488DA (or 0x9488DA) is known color: Blue Bell. HEX triplet: 94, 88 and DA. RGB value is (148,136,218). Sum of RGB (Red+Green+Blue) = 148+136+218=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #9488DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488DA is #6B7725. Grayscale: #949494. Windows color (decimal): -7042854 or 14321812. OLE color: 14321812.

HSL color Cylindrical-coordinate representation of color #9488DA: hue angle of 248.78º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9488DA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 136 218 -
CMYK 0.32 0.38 0 0.15
HSL 248.78º 0.53% 0.69% -
HSV(B) 248.78º 0.38% 0.85% -
XYZ 33.67 28.97 70.15 -
YUV 148.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 148 136 218 0.32 0.38 0 0.15 248.78 0.53 0.69
Hex 94 88 DA 20 26 0 F F9 35 45
Octal 224 210 332 40 46 0 17 371 65 105
Binary 10010100 10001000 11011010 100000 100110 0 1111 11111001 110101 1000101

Color Harmonies of #9488DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9488DA

Black with #9488DA

Text Example


Text Example

White with #9488DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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