Html Css Color HEX #9FA0EE Portage

📋 copy color: '#9FA0EE'

red 159 ◦ green 160 ◦ blue 238

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

Shades of Portage #9FA0EE

Tints of Portage #9FA0EE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.73%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 28.55%
G = 28.73%
B = 42.73%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FA0EE (or 0x9FA0EE) is known color: Portage. HEX triplet: 9F, A0 and EE. RGB value is (159,160,238). Sum of RGB (Red+Green+Blue) = 159+160+238=557 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.55% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FA0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA0EE is #605F11. Grayscale: #A8A8A8. Windows color (decimal): -6315794 or 15638687. OLE color: 15638687.

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

Color convert

RGB 159 160 238 -
CMYK 0.33 0.33 0 0.07
HSL 239.24º 0.7% 0.78% -
HSV(B) 239.24º 0.33% 0.93% -
XYZ 42.3 38.69 86.13 -
YUV 168.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 159 160 238 0.33 0.33 0 0.07 239.24 0.7 0.78
Hex 9F A0 EE 21 21 0 7 EF 46 4E
Octal 237 240 356 41 41 0 7 357 106 116
Binary 10011111 10100000 11101110 100001 100001 0 111 11101111 1000110 1001110

Color Harmonies of #9FA0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA0EE

Black with #9FA0EE

Text Example


Text Example

White with #9FA0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,160,238); }

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

background-color css

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

 a { background-color: rgb(159,160,238); }

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

border-color css

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

 span { border-color: rgb(159,160,238); }

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