Html Css Color HEX #989BFE Portage

📋 copy color: '#989BFE'

red 152 ◦ green 155 ◦ blue 254

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

Shades of Portage #989BFE

Tints of Portage #989BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 27.09%
G = 27.63%
B = 45.28%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#989BFE (or 0x989BFE) is known color: Portage. HEX triplet: 98, 9B and FE. RGB value is (152,155,254). Sum of RGB (Red+Green+Blue) = 152+155+254=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #989BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BFE is #676401. Grayscale: #A4A4A4. Windows color (decimal): -6775810 or 16685976. OLE color: 16685976.

HSL color Cylindrical-coordinate representation of color #989BFE: hue angle of 238.24º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989BFE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 155 254 -
CMYK 0.40 0.39 0 0.00
HSL 238.24º 0.98% 0.8% -
HSV(B) 238.24º 0.4% 1% -
XYZ 42.56 37.27 98.72 -
YUV 165.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 152 155 254 0.40 0.39 0 0.00 238.24 0.98 0.8
Hex 98 9B FE 28 27 0 0 EE 62 50
Octal 230 233 376 50 47 0 0 356 142 120
Binary 10011000 10011011 11111110 101000 100111 0 0 11101110 1100010 1010000

Color Harmonies of #989BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BFE

Black with #989BFE

Text Example


Text Example

White with #989BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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