Html Css Color HEX #989BE2 Portage

📋 copy color: '#989BE2'

red 152 ◦ green 155 ◦ blue 226

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

Shades of Portage #989BE2

Tints of Portage #989BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.4%

R = 28.52%
G = 29.08%
B = 42.4%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#989BE2 (or 0x989BE2) is known color: Portage. HEX triplet: 98, 9B and E2. RGB value is (152,155,226). Sum of RGB (Red+Green+Blue) = 152+155+226=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #989BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BE2 is #67641D. Grayscale: #A1A1A1. Windows color (decimal): -6775838 or 14850968. OLE color: 14850968.

HSL color Cylindrical-coordinate representation of color #989BE2: hue angle of 237.57º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #989BE2 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 155 226 -
CMYK 0.33 0.31 0 0.11
HSL 237.57º 0.56% 0.74% -
HSV(B) 237.57º 0.33% 0.89% -
XYZ 38.4 35.61 76.8 -
YUV 162.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 152 155 226 0.33 0.31 0 0.11 237.57 0.56 0.74
Hex 98 9B E2 21 1F 0 B EE 38 4A
Octal 230 233 342 41 37 0 13 356 70 112
Binary 10011000 10011011 11100010 100001 11111 0 1011 11101110 111000 1001010

Color Harmonies of #989BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BE2

Black with #989BE2

Text Example


Text Example

White with #989BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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