Html Css Color HEX #9288DA Blue Bell

📋 copy color: '#9288DA'

red 146 ◦ green 136 ◦ blue 218

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

Shades of Blue Bell #9288DA

Tints of Blue Bell #9288DA

RGB

 RED value IS 146 (57.42% from 255) = 29.2%

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

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

R = 29.2%
G = 27.2%
B = 43.6%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9288DA (or 0x9288DA) is known color: Blue Bell. HEX triplet: 92, 88 and DA. RGB value is (146,136,218). Sum of RGB (Red+Green+Blue) = 146+136+218=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9288DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9288DA is #6D7725. Grayscale: #949494. Windows color (decimal): -7173926 or 14321810. OLE color: 14321810.

HSL color Cylindrical-coordinate representation of color #9288DA: hue angle of 247.32º 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 #9288DA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 136 218 -
CMYK 0.33 0.38 0 0.15
HSL 247.32º 0.53% 0.69% -
HSV(B) 247.32º 0.38% 0.85% -
XYZ 33.31 28.78 70.13 -
YUV 148.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 146 136 218 0.33 0.38 0 0.15 247.32 0.53 0.69
Hex 92 88 DA 21 26 0 F F7 35 45
Octal 222 210 332 41 46 0 17 367 65 105
Binary 10010010 10001000 11011010 100001 100110 0 1111 11110111 110101 1000101

Color Harmonies of #9288DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9288DA

Black with #9288DA

Text Example


Text Example

White with #9288DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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