Html Css Color HEX #9B98BE Logan

📋 copy color: '#9B98BE'

red 155 ◦ green 152 ◦ blue 190

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

Shades of Logan #9B98BE

Tints of Logan #9B98BE

RGB

 RED value IS 155 (60.94% from 255) = 31.19%

 GREEN value IS 152 (59.77% from 255) = 30.58%

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

R = 31.19%
G = 30.58%
B = 38.23%

CMYK

 C value IS 0.18

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B98BE (or 0x9B98BE) is known color: Logan. HEX triplet: 9B, 98 and BE. RGB value is (155,152,190). Sum of RGB (Red+Green+Blue) = 155+152+190=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 152 (59.77% from 255 or 30.58% 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 #9B98BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B98BE is #646741. Grayscale: #9D9D9D. Windows color (decimal): -6580034 or 12490907. OLE color: 12490907.

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

Color convert

RGB 155 152 190 -
CMYK 0.18 0.2 0 0.25
HSL 244.74º 0.23% 0.67% -
HSV(B) 244.74º 0.2% 0.75% -
XYZ 34.04 33.14 53.32 -
YUV 157.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 155 152 190 0.18 0.2 0 0.25 244.74 0.23 0.67
Hex 9B 98 BE 12 14 0 19 F5 17 43
Octal 233 230 276 22 24 0 31 365 27 103
Binary 10011011 10011000 10111110 10010 10100 0 11001 11110101 10111 1000011

Color Harmonies of #9B98BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B98BE

Black with #9B98BE

Text Example


Text Example

White with #9B98BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,152,190); }

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

background-color css

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

 a { background-color: rgb(155,152,190); }

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

border-color css

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

 span { border-color: rgb(155,152,190); }

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