Html Css Color HEX #9496BC Logan

📋 copy color: '#9496BC'

red 148 ◦ green 150 ◦ blue 188

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

Shades of Logan #9496BC

Tints of Logan #9496BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 30.45%
G = 30.86%
B = 38.68%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9496BC (or 0x9496BC) is known color: Logan. HEX triplet: 94, 96 and BC. RGB value is (148,150,188). Sum of RGB (Red+Green+Blue) = 148+150+188=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9496BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496BC is #6B6943. Grayscale: #999999. Windows color (decimal): -7039300 or 12359316. OLE color: 12359316.

HSL color Cylindrical-coordinate representation of color #9496BC: hue angle of 237º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9496BC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 150 188 -
CMYK 0.21 0.20 0 0.26
HSL 237º 0.23% 0.66% -
HSV(B) 237º 0.21% 0.74% -
XYZ 32.2 31.74 52.01 -
YUV 153.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 148 150 188 0.21 0.20 0 0.26 237 0.23 0.66
Hex 94 96 BC 15 14 0 1A ED 17 42
Octal 224 226 274 25 24 0 32 355 27 102
Binary 10010100 10010110 10111100 10101 10100 0 11010 11101101 10111 1000010

Color Harmonies of #9496BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9496BC

Black with #9496BC

Text Example


Text Example

White with #9496BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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