Html Css Color HEX #989BFA Portage

📋 copy color: '#989BFA'

red 152 ◦ green 155 ◦ blue 250

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

Shades of Portage #989BFA

Tints of Portage #989BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 27.29%
G = 27.83%
B = 44.88%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#989BFA (or 0x989BFA) is known color: Portage. HEX triplet: 98, 9B and FA. RGB value is (152,155,250). Sum of RGB (Red+Green+Blue) = 152+155+250=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #989BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989BFA is #676405. Grayscale: #A4A4A4. Windows color (decimal): -6775814 or 16423832. OLE color: 16423832.

HSL color Cylindrical-coordinate representation of color #989BFA: hue angle of 238.16º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #989BFA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 155 250 -
CMYK 0.39 0.38 0 0.02
HSL 238.16º 0.91% 0.79% -
HSV(B) 238.16º 0.39% 0.98% -
XYZ 41.93 37.02 95.38 -
YUV 164.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 152 155 250 0.39 0.38 0 0.02 238.16 0.91 0.79
Hex 98 9B FA 27 26 0 2 EE 5B 4F
Octal 230 233 372 47 46 0 2 356 133 117
Binary 10011000 10011011 11111010 100111 100110 0 10 11101110 1011011 1001111

Color Harmonies of #989BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BFA

Black with #989BFA

Text Example


Text Example

White with #989BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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