Html Css Color HEX #989CFE Portage

📋 copy color: '#989CFE'

red 152 ◦ green 156 ◦ blue 254

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

Shades of Portage #989CFE

Tints of Portage #989CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.76%

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

R = 27.05%
G = 27.76%
B = 45.2%

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

#989CFE (or 0x989CFE) is known color: Portage. HEX triplet: 98, 9C and FE. RGB value is (152,156,254). Sum of RGB (Red+Green+Blue) = 152+156+254=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #989CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CFE is #676301. Grayscale: #A5A5A5. Windows color (decimal): -6775554 or 16686232. OLE color: 16686232.

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

Color convert

RGB 152 156 254 -
CMYK 0.40 0.39 0 0.00
HSL 237.65º 0.98% 0.8% -
HSV(B) 237.65º 0.4% 1% -
XYZ 42.73 37.61 98.77 -
YUV 165.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 152 156 254 0.40 0.39 0 0.00 237.65 0.98 0.8
Hex 98 9C FE 28 27 0 0 EE 62 50
Octal 230 234 376 50 47 0 0 356 142 120
Binary 10011000 10011100 11111110 101000 100111 0 0 11101110 1100010 1010000

Color Harmonies of #989CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989CFE

Black with #989CFE

Text Example


Text Example

White with #989CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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