Html Css Color HEX #9496B6 Logan

📋 copy color: '#9496B6'

red 148 ◦ green 150 ◦ blue 182

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

Shades of Logan #9496B6

Tints of Logan #9496B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.92%

R = 30.83%
G = 31.25%
B = 37.92%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9496B6 (or 0x9496B6) is known color: Logan. HEX triplet: 94, 96 and B6. RGB value is (148,150,182). Sum of RGB (Red+Green+Blue) = 148+150+182=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 182 - color contains mainly: blue. Hex color #9496B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496B6 is #6B6949. Grayscale: #989898. Windows color (decimal): -7039306 or 11966100. OLE color: 11966100.

HSL color Cylindrical-coordinate representation of color #9496B6: hue angle of 236.47º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9496B6 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 150 182 -
CMYK 0.19 0.18 0 0.29
HSL 236.47º 0.19% 0.65% -
HSV(B) 236.47º 0.19% 0.71% -
XYZ 31.56 31.49 48.67 -
YUV 153.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 148 150 182 0.19 0.18 0 0.29 236.47 0.19 0.65
Hex 94 96 B6 13 12 0 1D EC 13 41
Octal 224 226 266 23 22 0 35 354 23 101
Binary 10010100 10010110 10110110 10011 10010 0 11101 11101100 10011 1000001

Color Harmonies of #9496B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496B6

Black with #9496B6

Text Example


Text Example

White with #9496B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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