Html Css Color HEX #989BE6 Portage

📋 copy color: '#989BE6'

red 152 ◦ green 155 ◦ blue 230

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

Shades of Portage #989BE6

Tints of Portage #989BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.83%

R = 28.31%
G = 28.86%
B = 42.83%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#989BE6 (or 0x989BE6) is known color: Portage. HEX triplet: 98, 9B and E6. RGB value is (152,155,230). Sum of RGB (Red+Green+Blue) = 152+155+230=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #989BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BE6 is #676419. Grayscale: #A2A2A2. Windows color (decimal): -6775834 or 15113112. OLE color: 15113112.

HSL color Cylindrical-coordinate representation of color #989BE6: hue angle of 237.69º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989BE6 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 155 230 -
CMYK 0.34 0.33 0 0.10
HSL 237.69º 0.61% 0.75% -
HSV(B) 237.69º 0.34% 0.9% -
XYZ 38.95 35.83 79.73 -
YUV 162.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 152 155 230 0.34 0.33 0 0.10 237.69 0.61 0.75
Hex 98 9B E6 22 21 0 A EE 3D 4B
Octal 230 233 346 42 41 0 12 356 75 113
Binary 10011000 10011011 11100110 100010 100001 0 1010 11101110 111101 1001011

Color Harmonies of #989BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BE6

Black with #989BE6

Text Example


Text Example

White with #989BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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