Html Css Color HEX #9296CE Blue Bell

📋 copy color: '#9296CE'

red 146 ◦ green 150 ◦ blue 206

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

Shades of Blue Bell #9296CE

Tints of Blue Bell #9296CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.88%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 29.08%
G = 29.88%
B = 41.04%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9296CE (or 0x9296CE) is known color: Blue Bell. HEX triplet: 92, 96 and CE. RGB value is (146,150,206). Sum of RGB (Red+Green+Blue) = 146+150+206=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #9296CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9296CE is #6D6931. Grayscale: #9A9A9A. Windows color (decimal): -7170354 or 13538962. OLE color: 13538962.

HSL color Cylindrical-coordinate representation of color #9296CE: hue angle of 236º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9296CE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 150 206 -
CMYK 0.29 0.27 0 0.19
HSL 236º 0.38% 0.69% -
HSV(B) 236º 0.29% 0.81% -
XYZ 33.9 32.38 62.86 -
YUV 155.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 146 150 206 0.29 0.27 0 0.19 236 0.38 0.69
Hex 92 96 CE 1D 1B 0 13 EC 26 45
Octal 222 226 316 35 33 0 23 354 46 105
Binary 10010010 10010110 11001110 11101 11011 0 10011 11101100 100110 1000101

Color Harmonies of #9296CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9296CE

Black with #9296CE

Text Example


Text Example

White with #9296CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9296CE; }

 p { color: rgb(146,150,206); }

 H1.HeaderClassName
 {
   color: #9296CE;
 }
 .AnyTagClassName
 {
   color: #9296CE;
 }
</style>

background-color css

<style>
 a { background-color: #9296CE; }

 a { background-color: rgb(146,150,206); }

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

border-color css

<style>
 span { border-color: #9296CE; }

 span { border-color: rgb(146,150,206); }

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