Html Css Color HEX #989ABE Logan

📋 copy color: '#989ABE'

red 152 ◦ green 154 ◦ blue 190

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

Shades of Logan #989ABE

Tints of Logan #989ABE

RGB

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

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

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

R = 30.65%
G = 31.05%
B = 38.31%

CMYK

 C value IS 0.2

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#989ABE (or 0x989ABE) is known color: Logan. HEX triplet: 98, 9A and BE. RGB value is (152,154,190). Sum of RGB (Red+Green+Blue) = 152+154+190=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #989ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ABE is #676541. Grayscale: #9D9D9D. Windows color (decimal): -6776130 or 12491416. OLE color: 12491416.

HSL color Cylindrical-coordinate representation of color #989ABE: hue angle of 236.84º 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 #989ABE is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 154 190 -
CMYK 0.2 0.19 0 0.25
HSL 236.84º 0.23% 0.67% -
HSV(B) 236.84º 0.2% 0.75% -
XYZ 33.8 33.5 53.4 -
YUV 157.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 152 154 190 0.2 0.19 0 0.25 236.84 0.23 0.67
Hex 98 9A BE 14 13 0 19 ED 17 43
Octal 230 232 276 24 23 0 31 355 27 103
Binary 10011000 10011010 10111110 10100 10011 0 11001 11101101 10111 1000011

Color Harmonies of #989ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989ABE

Black with #989ABE

Text Example


Text Example

White with #989ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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