Html Css Color HEX #9F9DF5 Portage

📋 copy color: '#9F9DF5'

red 159 ◦ green 157 ◦ blue 245

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

Shades of Portage #9F9DF5

Tints of Portage #9F9DF5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.99%

 BLUE value IS 245 (96.09% from 255) = 43.67%

R = 28.34%
G = 27.99%
B = 43.67%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9F9DF5 (or 0x9F9DF5) is known color: Portage. HEX triplet: 9F, 9D and F5. RGB value is (159,157,245). Sum of RGB (Red+Green+Blue) = 159+157+245=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #9F9DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9DF5 is #60620A. Grayscale: #A7A7A7. Windows color (decimal): -6316555 or 16096671. OLE color: 16096671.

HSL color Cylindrical-coordinate representation of color #9F9DF5: hue angle of 241.36º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F9DF5 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 157 245 -
CMYK 0.35 0.36 0 0.04
HSL 241.36º 0.81% 0.79% -
HSV(B) 241.36º 0.36% 0.96% -
XYZ 42.84 38.08 91.48 -
YUV 167.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 159 157 245 0.35 0.36 0 0.04 241.36 0.81 0.79
Hex 9F 9D F5 23 24 0 4 F1 51 4F
Octal 237 235 365 43 44 0 4 361 121 117
Binary 10011111 10011101 11110101 100011 100100 0 100 11110001 1010001 1001111

Color Harmonies of #9F9DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9DF5

Black with #9F9DF5

Text Example


Text Example

White with #9F9DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,157,245); }

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

background-color css

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

 a { background-color: rgb(159,157,245); }

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

border-color css

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

 span { border-color: rgb(159,157,245); }

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