Html Css Color HEX #989BEF Portage

📋 copy color: '#989BEF'

red 152 ◦ green 155 ◦ blue 239

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

Shades of Portage #989BEF

Tints of Portage #989BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 27.84%
G = 28.39%
B = 43.77%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#989BEF (or 0x989BEF) is known color: Portage. HEX triplet: 98, 9B and EF. RGB value is (152,155,239). Sum of RGB (Red+Green+Blue) = 152+155+239=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #989BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BEF is #676410. Grayscale: #A3A3A3. Windows color (decimal): -6775825 or 15702936. OLE color: 15702936.

HSL color Cylindrical-coordinate representation of color #989BEF: hue angle of 237.93º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989BEF is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 155 239 -
CMYK 0.36 0.35 0 0.06
HSL 237.93º 0.73% 0.77% -
HSV(B) 237.93º 0.36% 0.94% -
XYZ 40.25 36.35 86.56 -
YUV 163.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 152 155 239 0.36 0.35 0 0.06 237.93 0.73 0.77
Hex 98 9B EF 24 23 0 6 EE 49 4D
Octal 230 233 357 44 43 0 6 356 111 115
Binary 10011000 10011011 11101111 100100 100011 0 110 11101110 1001001 1001101

Color Harmonies of #989BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BEF

Black with #989BEF

Text Example


Text Example

White with #989BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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