Html Css Color HEX #9395BB Logan

📋 copy color: '#9395BB'

red 147 ◦ green 149 ◦ blue 187

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

Shades of Logan #9395BB

Tints of Logan #9395BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.85%

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

R = 30.43%
G = 30.85%
B = 38.72%

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

#9395BB (or 0x9395BB) is known color: Logan. HEX triplet: 93, 95 and BB. RGB value is (147,149,187). Sum of RGB (Red+Green+Blue) = 147+149+187=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #9395BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395BB is #6C6A44. Grayscale: #989898. Windows color (decimal): -7105093 or 12293523. OLE color: 12293523.

HSL color Cylindrical-coordinate representation of color #9395BB: hue angle of 237º 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 #9395BB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 149 187 -
CMYK 0.21 0.20 0 0.27
HSL 237º 0.23% 0.65% -
HSV(B) 237º 0.21% 0.73% -
XYZ 31.75 31.29 51.38 -
YUV 152.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 147 149 187 0.21 0.20 0 0.27 237 0.23 0.65
Hex 93 95 BB 15 14 0 1B ED 17 41
Octal 223 225 273 25 24 0 33 355 27 101
Binary 10010011 10010101 10111011 10101 10100 0 11011 11101101 10111 1000001

Color Harmonies of #9395BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9395BB

Black with #9395BB

Text Example


Text Example

White with #9395BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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