Html Css Color HEX #9D96BE Logan

📋 copy color: '#9D96BE'

red 157 ◦ green 150 ◦ blue 190

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

Shades of Logan #9D96BE

Tints of Logan #9D96BE

RGB

 RED value IS 157 (61.72% from 255) = 31.59%

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

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

R = 31.59%
G = 30.18%
B = 38.23%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D96BE (or 0x9D96BE) is known color: Logan. HEX triplet: 9D, 96 and BE. RGB value is (157,150,190). Sum of RGB (Red+Green+Blue) = 157+150+190=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D96BE is #626941. Grayscale: #9C9C9C. Windows color (decimal): -6449474 or 12490397. OLE color: 12490397.

HSL color Cylindrical-coordinate representation of color #9D96BE: hue angle of 250.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D96BE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 150 190 -
CMYK 0.17 0.21 0 0.25
HSL 250.5º 0.24% 0.67% -
HSV(B) 250.5º 0.21% 0.75% -
XYZ 34.11 32.7 53.23 -
YUV 156.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 157 150 190 0.17 0.21 0 0.25 250.5 0.24 0.67
Hex 9D 96 BE 11 15 0 19 FB 18 43
Octal 235 226 276 21 25 0 31 373 30 103
Binary 10011101 10010110 10111110 10001 10101 0 11001 11111011 11000 1000011

Color Harmonies of #9D96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D96BE

Black with #9D96BE

Text Example


Text Example

White with #9D96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,150,190); }

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

background-color css

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

 a { background-color: rgb(157,150,190); }

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

border-color css

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

 span { border-color: rgb(157,150,190); }

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