Html Css Color HEX #989CEF Portage

📋 copy color: '#989CEF'

red 152 ◦ green 156 ◦ blue 239

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

Shades of Portage #989CEF

Tints of Portage #989CEF

RGB

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

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

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

R = 27.79%
G = 28.52%
B = 43.69%

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

#989CEF (or 0x989CEF) is known color: Portage. HEX triplet: 98, 9C and EF. RGB value is (152,156,239). Sum of RGB (Red+Green+Blue) = 152+156+239=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #989CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989CEF is #676310. Grayscale: #A3A3A3. Windows color (decimal): -6775569 or 15703192. OLE color: 15703192.

HSL color Cylindrical-coordinate representation of color #989CEF: hue angle of 237.24º 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 #989CEF is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 156 239 -
CMYK 0.36 0.35 0 0.06
HSL 237.24º 0.73% 0.77% -
HSV(B) 237.24º 0.36% 0.94% -
XYZ 40.42 36.68 86.61 -
YUV 164.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 152 156 239 0.36 0.35 0 0.06 237.24 0.73 0.77
Hex 98 9C EF 24 23 0 6 ED 49 4D
Octal 230 234 357 44 43 0 6 355 111 115
Binary 10011000 10011100 11101111 100100 100011 0 110 11101101 1001001 1001101

Color Harmonies of #989CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989CEF

Black with #989CEF

Text Example


Text Example

White with #989CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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