Html Css Color HEX #9D9ABE Logan

📋 copy color: '#9D9ABE'

red 157 ◦ green 154 ◦ blue 190

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

Shades of Logan #9D9ABE

Tints of Logan #9D9ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

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

R = 31.34%
G = 30.74%
B = 37.92%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D9ABE (or 0x9D9ABE) is known color: Logan. HEX triplet: 9D, 9A and BE. RGB value is (157,154,190). Sum of RGB (Red+Green+Blue) = 157+154+190=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ABE is #626541. Grayscale: #9E9E9E. Windows color (decimal): -6448450 or 12491421. OLE color: 12491421.

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

Color convert

RGB 157 154 190 -
CMYK 0.17 0.19 0 0.25
HSL 245º 0.22% 0.67% -
HSV(B) 245º 0.19% 0.75% -
XYZ 34.75 34 53.45 -
YUV 159 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 157 154 190 0.17 0.19 0 0.25 245 0.22 0.67
Hex 9D 9A BE 11 13 0 19 F5 16 43
Octal 235 232 276 21 23 0 31 365 26 103
Binary 10011101 10011010 10111110 10001 10011 0 11001 11110101 10110 1000011

Color Harmonies of #9D9ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9ABE

Black with #9D9ABE

Text Example


Text Example

White with #9D9ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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