Html Css Color HEX #9496CA Blue Bell

📋 copy color: '#9496CA'

red 148 ◦ green 150 ◦ blue 202

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

Shades of Blue Bell #9496CA

Tints of Blue Bell #9496CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 29.6%
G = 30%
B = 40.4%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9496CA (or 0x9496CA) is known color: Blue Bell. HEX triplet: 94, 96 and CA. RGB value is (148,150,202). Sum of RGB (Red+Green+Blue) = 148+150+202=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9496CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496CA is #6B6935. Grayscale: #9B9B9B. Windows color (decimal): -7039286 or 13276820. OLE color: 13276820.

HSL color Cylindrical-coordinate representation of color #9496CA: hue angle of 237.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9496CA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 150 202 -
CMYK 0.27 0.26 0 0.21
HSL 237.78º 0.34% 0.69% -
HSV(B) 237.78º 0.27% 0.79% -
XYZ 33.78 32.37 60.35 -
YUV 155.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 148 150 202 0.27 0.26 0 0.21 237.78 0.34 0.69
Hex 94 96 CA 1B 1A 0 15 EE 22 45
Octal 224 226 312 33 32 0 25 356 42 105
Binary 10010100 10010110 11001010 11011 11010 0 10101 11101110 100010 1000101

Color Harmonies of #9496CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496CA

Black with #9496CA

Text Example


Text Example

White with #9496CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9496CA; }

 p { color: rgb(148,150,202); }

 H1.HeaderClassName
 {
   color: #9496CA;
 }
 .AnyTagClassName
 {
   color: #9496CA;
 }
</style>

background-color css

<style>
 a { background-color: #9496CA; }

 a { background-color: rgb(148,150,202); }

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

border-color css

<style>
 span { border-color: #9496CA; }

 span { border-color: rgb(148,150,202); }

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