Html Css Color HEX #9396BB Logan

📋 copy color: '#9396BB'

red 147 ◦ green 150 ◦ blue 187

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

Shades of Logan #9396BB

Tints of Logan #9396BB

RGB

 RED value IS 147 (57.81% from 255) = 30.37%

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 30.37%
G = 30.99%
B = 38.64%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9396BB (or 0x9396BB) is known color: Logan. HEX triplet: 93, 96 and BB. RGB value is (147,150,187). Sum of RGB (Red+Green+Blue) = 147+150+187=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #9396BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396BB is #6C6944. Grayscale: #999999. Windows color (decimal): -7104837 or 12293779. OLE color: 12293779.

HSL color Cylindrical-coordinate representation of color #9396BB: hue angle of 235.5º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9396BB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 150 187 -
CMYK 0.21 0.20 0 0.27
HSL 235.5º 0.23% 0.65% -
HSV(B) 235.5º 0.21% 0.73% -
XYZ 31.91 31.6 51.43 -
YUV 153.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 147 150 187 0.21 0.20 0 0.27 235.5 0.23 0.65
Hex 93 96 BB 15 14 0 1B EC 17 41
Octal 223 226 273 25 24 0 33 354 27 101
Binary 10010011 10010110 10111011 10101 10100 0 11011 11101100 10111 1000001

Color Harmonies of #9396BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396BB

Black with #9396BB

Text Example


Text Example

White with #9396BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9396BB; }

 p { color: rgb(147,150,187); }

 H1.HeaderClassName
 {
   color: #9396BB;
 }
 .AnyTagClassName
 {
   color: #9396BB;
 }
</style>

background-color css

<style>
 a { background-color: #9396BB; }

 a { background-color: rgb(147,150,187); }

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

border-color css

<style>
 span { border-color: #9396BB; }

 span { border-color: rgb(147,150,187); }

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