Html Css Color HEX #989BB6 Logan

📋 copy color: '#989BB6'

red 152 ◦ green 155 ◦ blue 182

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

Shades of Logan #989BB6

Tints of Logan #989BB6

RGB

 RED value IS 152 (59.77% from 255) = 31.08%

 GREEN value IS 155 (60.94% from 255) = 31.7%

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

R = 31.08%
G = 31.7%
B = 37.22%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#989BB6 (or 0x989BB6) is known color: Logan. HEX triplet: 98, 9B and B6. RGB value is (152,155,182). Sum of RGB (Red+Green+Blue) = 152+155+182=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #989BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BB6 is #676449. Grayscale: #9D9D9D. Windows color (decimal): -6775882 or 11967384. OLE color: 11967384.

HSL color Cylindrical-coordinate representation of color #989BB6: hue angle of 234º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #989BB6 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 155 182 -
CMYK 0.16 0.15 0 0.29
HSL 234º 0.17% 0.65% -
HSV(B) 234º 0.16% 0.71% -
XYZ 33.11 33.5 48.98 -
YUV 157.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 152 155 182 0.16 0.15 0 0.29 234 0.17 0.65
Hex 98 9B B6 10 F 0 1D EA 11 41
Octal 230 233 266 20 17 0 35 352 21 101
Binary 10011000 10011011 10110110 10000 1111 0 11101 11101010 10001 1000001

Color Harmonies of #989BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BB6

Black with #989BB6

Text Example


Text Example

White with #989BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989BB6; }

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

 H1.HeaderClassName
 {
   color: #989BB6;
 }
 .AnyTagClassName
 {
   color: #989BB6;
 }
</style>

background-color css

<style>
 a { background-color: #989BB6; }

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

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

border-color css

<style>
 span { border-color: #989BB6; }

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

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