Html Css Color HEX #9995BA Logan

📋 copy color: '#9995BA'

red 153 ◦ green 149 ◦ blue 186

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

Shades of Logan #9995BA

Tints of Logan #9995BA

RGB

 RED value IS 153 (60.16% from 255) = 31.35%

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 31.35%
G = 30.53%
B = 38.11%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9995BA (or 0x9995BA) is known color: Logan. HEX triplet: 99, 95 and BA. RGB value is (153,149,186). Sum of RGB (Red+Green+Blue) = 153+149+186=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #9995BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995BA is #666A45. Grayscale: #9A9A9A. Windows color (decimal): -6711878 or 12227993. OLE color: 12227993.

HSL color Cylindrical-coordinate representation of color #9995BA: hue angle of 246.49º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9995BA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 149 186 -
CMYK 0.18 0.20 0 0.27
HSL 246.49º 0.21% 0.66% -
HSV(B) 246.49º 0.2% 0.73% -
XYZ 32.75 31.81 50.87 -
YUV 154.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 153 149 186 0.18 0.20 0 0.27 246.49 0.21 0.66
Hex 99 95 BA 12 14 0 1B F6 15 42
Octal 231 225 272 22 24 0 33 366 25 102
Binary 10011001 10010101 10111010 10010 10100 0 11011 11110110 10101 1000010

Color Harmonies of #9995BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9995BA

Black with #9995BA

Text Example


Text Example

White with #9995BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9995BA; }

 p { color: rgb(153,149,186); }

 H1.HeaderClassName
 {
   color: #9995BA;
 }
 .AnyTagClassName
 {
   color: #9995BA;
 }
</style>

background-color css

<style>
 a { background-color: #9995BA; }

 a { background-color: rgb(153,149,186); }

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

border-color css

<style>
 span { border-color: #9995BA; }

 span { border-color: rgb(153,149,186); }

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