Html Css Color HEX #989BE1 Portage

📋 copy color: '#989BE1'

red 152 ◦ green 155 ◦ blue 225

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

Shades of Portage #989BE1

Tints of Portage #989BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.29%

R = 28.57%
G = 29.14%
B = 42.29%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#989BE1 (or 0x989BE1) is known color: Portage. HEX triplet: 98, 9B and E1. RGB value is (152,155,225). Sum of RGB (Red+Green+Blue) = 152+155+225=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #989BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BE1 is #67641E. Grayscale: #A1A1A1. Windows color (decimal): -6775839 or 14785432. OLE color: 14785432.

HSL color Cylindrical-coordinate representation of color #989BE1: hue angle of 237.53º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #989BE1 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 155 225 -
CMYK 0.32 0.31 0 0.12
HSL 237.53º 0.55% 0.74% -
HSV(B) 237.53º 0.32% 0.88% -
XYZ 38.26 35.55 76.08 -
YUV 162.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 152 155 225 0.32 0.31 0 0.12 237.53 0.55 0.74
Hex 98 9B E1 20 1F 0 C EE 37 4A
Octal 230 233 341 40 37 0 14 356 67 112
Binary 10011000 10011011 11100001 100000 11111 0 1100 11101110 110111 1001010

Color Harmonies of #989BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BE1

Black with #989BE1

Text Example


Text Example

White with #989BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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