Html Css Color HEX #9592BE Logan

📋 copy color: '#9592BE'

red 149 ◦ green 146 ◦ blue 190

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

Shades of Logan #9592BE

Tints of Logan #9592BE

RGB

 RED value IS 149 (58.59% from 255) = 30.72%

 GREEN value IS 146 (57.42% from 255) = 30.1%

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 30.72%
G = 30.1%
B = 39.18%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9592BE (or 0x9592BE) is known color: Logan. HEX triplet: 95, 92 and BE. RGB value is (149,146,190). Sum of RGB (Red+Green+Blue) = 149+146+190=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9592BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9592BE is #6A6D41. Grayscale: #979797. Windows color (decimal): -6974786 or 12489365. OLE color: 12489365.

HSL color Cylindrical-coordinate representation of color #9592BE: hue angle of 244.09º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9592BE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 146 190 -
CMYK 0.22 0.23 0 0.25
HSL 244.09º 0.25% 0.66% -
HSV(B) 244.09º 0.23% 0.75% -
XYZ 31.97 30.67 52.95 -
YUV 151.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 149 146 190 0.22 0.23 0 0.25 244.09 0.25 0.66
Hex 95 92 BE 16 17 0 19 F4 19 42
Octal 225 222 276 26 27 0 31 364 31 102
Binary 10010101 10010010 10111110 10110 10111 0 11001 11110100 11001 1000010

Color Harmonies of #9592BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9592BE

Black with #9592BE

Text Example


Text Example

White with #9592BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9592BE; }

 p { color: rgb(149,146,190); }

 H1.HeaderClassName
 {
   color: #9592BE;
 }
 .AnyTagClassName
 {
   color: #9592BE;
 }
</style>

background-color css

<style>
 a { background-color: #9592BE; }

 a { background-color: rgb(149,146,190); }

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

border-color css

<style>
 span { border-color: #9592BE; }

 span { border-color: rgb(149,146,190); }

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