Html Css Color HEX #9F98FE Portage

📋 copy color: '#9F98FE'

red 159 ◦ green 152 ◦ blue 254

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

Shades of Portage #9F98FE

Tints of Portage #9F98FE

RGB

 RED value IS 159 (62.5% from 255) = 28.14%

 GREEN value IS 152 (59.77% from 255) = 26.9%

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

R = 28.14%
G = 26.9%
B = 44.96%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9F98FE (or 0x9F98FE) is known color: Portage. HEX triplet: 9F, 98 and FE. RGB value is (159,152,254). Sum of RGB (Red+Green+Blue) = 159+152+254=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F98FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F98FE is #606701. Grayscale: #A5A5A5. Windows color (decimal): -6317826 or 16685215. OLE color: 16685215.

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

Color convert

RGB 159 152 254 -
CMYK 0.37 0.40 0 0.00
HSL 244.12º 0.98% 0.8% -
HSV(B) 244.12º 0.4% 1% -
XYZ 43.42 36.98 98.62 -
YUV 165.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 159 152 254 0.37 0.40 0 0.00 244.12 0.98 0.8
Hex 9F 98 FE 25 28 0 0 F4 62 50
Octal 237 230 376 45 50 0 0 364 142 120
Binary 10011111 10011000 11111110 100101 101000 0 0 11110100 1100010 1010000

Color Harmonies of #9F98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F98FE

Black with #9F98FE

Text Example


Text Example

White with #9F98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F98FE; }

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

 H1.HeaderClassName
 {
   color: #9F98FE;
 }
 .AnyTagClassName
 {
   color: #9F98FE;
 }
</style>

background-color css

<style>
 a { background-color: #9F98FE; }

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

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

border-color css

<style>
 span { border-color: #9F98FE; }

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

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