Html Css Color HEX #9FA0ED Portage

📋 copy color: '#9FA0ED'

red 159 ◦ green 160 ◦ blue 237

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

Shades of Portage #9FA0ED

Tints of Portage #9FA0ED

RGB

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

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

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

R = 28.6%
G = 28.78%
B = 42.63%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FA0ED (or 0x9FA0ED) is known color: Portage. HEX triplet: 9F, A0 and ED. RGB value is (159,160,237). Sum of RGB (Red+Green+Blue) = 159+160+237=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA0ED is #605F12. Grayscale: #A8A8A8. Windows color (decimal): -6315795 or 15573151. OLE color: 15573151.

HSL color Cylindrical-coordinate representation of color #9FA0ED: hue angle of 239.23º degrees, saturation: 0.68, 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 #9FA0ED is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 160 237 -
CMYK 0.33 0.32 0 0.07
HSL 239.23º 0.68% 0.78% -
HSV(B) 239.23º 0.33% 0.93% -
XYZ 42.15 38.63 85.35 -
YUV 168.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 159 160 237 0.33 0.32 0 0.07 239.23 0.68 0.78
Hex 9F A0 ED 21 20 0 7 EF 44 4E
Octal 237 240 355 41 40 0 7 357 104 116
Binary 10011111 10100000 11101101 100001 100000 0 111 11101111 1000100 1001110

Color Harmonies of #9FA0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA0ED

Black with #9FA0ED

Text Example


Text Example

White with #9FA0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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