Html Css Color HEX #989FED Portage

📋 copy color: '#989FED'

red 152 ◦ green 159 ◦ blue 237

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

Shades of Portage #989FED

Tints of Portage #989FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.01%

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 27.74%
G = 29.01%
B = 43.25%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#989FED (or 0x989FED) is known color: Portage. HEX triplet: 98, 9F and ED. RGB value is (152,159,237). Sum of RGB (Red+Green+Blue) = 152+159+237=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #989FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989FED is #676012. Grayscale: #A5A5A5. Windows color (decimal): -6774803 or 15572888. OLE color: 15572888.

HSL color Cylindrical-coordinate representation of color #989FED: hue angle of 235.06º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989FED is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 159 237 -
CMYK 0.36 0.33 0 0.07
HSL 235.06º 0.7% 0.76% -
HSV(B) 235.06º 0.36% 0.93% -
XYZ 40.63 37.59 85.23 -
YUV 165.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 152 159 237 0.36 0.33 0 0.07 235.06 0.7 0.76
Hex 98 9F ED 24 21 0 7 EB 46 4C
Octal 230 237 355 44 41 0 7 353 106 114
Binary 10011000 10011111 11101101 100100 100001 0 111 11101011 1000110 1001100

Color Harmonies of #989FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FED

Black with #989FED

Text Example


Text Example

White with #989FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,159,237); }

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

background-color css

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

 a { background-color: rgb(152,159,237); }

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

border-color css

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

 span { border-color: rgb(152,159,237); }

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