Html Css Color HEX #9F9EB6 Logan

📋 copy color: '#9F9EB6'

red 159 ◦ green 158 ◦ blue 182

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

Shades of Logan #9F9EB6

Tints of Logan #9F9EB6

RGB

 RED value IS 159 (62.5% from 255) = 31.86%

 GREEN value IS 158 (62.11% from 255) = 31.66%

 BLUE value IS 182 (71.48% from 255) = 36.47%

R = 31.86%
G = 31.66%
B = 36.47%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9F9EB6 (or 0x9F9EB6) is known color: Logan. HEX triplet: 9F, 9E and B6. RGB value is (159,158,182). Sum of RGB (Red+Green+Blue) = 159+158+182=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F9EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EB6 is #606149. Grayscale: #A0A0A0. Windows color (decimal): -6316362 or 11968159. OLE color: 11968159.

HSL color Cylindrical-coordinate representation of color #9F9EB6: hue angle of 242.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F9EB6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 158 182 -
CMYK 0.13 0.13 0 0.29
HSL 242.5º 0.14% 0.67% -
HSV(B) 242.5º 0.13% 0.71% -
XYZ 34.97 35.2 49.21 -
YUV 161.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 159 158 182 0.13 0.13 0 0.29 242.5 0.14 0.67
Hex 9F 9E B6 D D 0 1D F2 E 43
Octal 237 236 266 15 15 0 35 362 16 103
Binary 10011111 10011110 10110110 1101 1101 0 11101 11110010 1110 1000011

Color Harmonies of #9F9EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9EB6

Black with #9F9EB6

Text Example


Text Example

White with #9F9EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9EB6; }

 p { color: rgb(159,158,182); }

 H1.HeaderClassName
 {
   color: #9F9EB6;
 }
 .AnyTagClassName
 {
   color: #9F9EB6;
 }
</style>

background-color css

<style>
 a { background-color: #9F9EB6; }

 a { background-color: rgb(159,158,182); }

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

border-color css

<style>
 span { border-color: #9F9EB6; }

 span { border-color: rgb(159,158,182); }

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