Html Css Color HEX #989AFA Portage

📋 copy color: '#989AFA'

red 152 ◦ green 154 ◦ blue 250

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

Shades of Portage #989AFA

Tints of Portage #989AFA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.7%

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

R = 27.34%
G = 27.7%
B = 44.96%

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

#989AFA (or 0x989AFA) is known color: Portage. HEX triplet: 98, 9A and FA. RGB value is (152,154,250). Sum of RGB (Red+Green+Blue) = 152+154+250=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #989AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989AFA is #676505. Grayscale: #A3A3A3. Windows color (decimal): -6776070 or 16423576. OLE color: 16423576.

HSL color Cylindrical-coordinate representation of color #989AFA: hue angle of 238.78º 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 #989AFA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 154 250 -
CMYK 0.39 0.38 0 0.02
HSL 238.78º 0.91% 0.79% -
HSV(B) 238.78º 0.39% 0.98% -
XYZ 41.76 36.69 95.32 -
YUV 164.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 152 154 250 0.39 0.38 0 0.02 238.78 0.91 0.79
Hex 98 9A FA 27 26 0 2 EF 5B 4F
Octal 230 232 372 47 46 0 2 357 133 117
Binary 10011000 10011010 11111010 100111 100110 0 10 11101111 1011011 1001111

Color Harmonies of #989AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989AFA

Black with #989AFA

Text Example


Text Example

White with #989AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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