Html Css Color HEX #989BE3 Portage

📋 copy color: '#989BE3'

red 152 ◦ green 155 ◦ blue 227

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

Shades of Portage #989BE3

Tints of Portage #989BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.51%

R = 28.46%
G = 29.03%
B = 42.51%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#989BE3 (or 0x989BE3) is known color: Portage. HEX triplet: 98, 9B and E3. RGB value is (152,155,227). Sum of RGB (Red+Green+Blue) = 152+155+227=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #989BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BE3 is #67641C. Grayscale: #A2A2A2. Windows color (decimal): -6775837 or 14916504. OLE color: 14916504.

HSL color Cylindrical-coordinate representation of color #989BE3: hue angle of 237.6º degrees, saturation: 0.57, 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 #989BE3 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 155 227 -
CMYK 0.33 0.32 0 0.11
HSL 237.6º 0.57% 0.74% -
HSV(B) 237.6º 0.33% 0.89% -
XYZ 38.54 35.66 77.53 -
YUV 162.31 164.51 120.65 -
System Red Green Blue C M Y K H S L
Decimal 152 155 227 0.33 0.32 0 0.11 237.6 0.57 0.74
Hex 98 9B E3 21 20 0 B EE 39 4A
Octal 230 233 343 41 40 0 13 356 71 112
Binary 10011000 10011011 11100011 100001 100000 0 1011 11101110 111001 1001010

Color Harmonies of #989BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BE3

Black with #989BE3

Text Example


Text Example

White with #989BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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