Html Css Color HEX #9FA1EB Portage

📋 copy color: '#9FA1EB'

red 159 ◦ green 161 ◦ blue 235

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

Shades of Portage #9FA1EB

Tints of Portage #9FA1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.01%

 BLUE value IS 235 (92.19% from 255) = 42.34%

R = 28.65%
G = 29.01%
B = 42.34%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FA1EB (or 0x9FA1EB) is known color: Portage. HEX triplet: 9F, A1 and EB. RGB value is (159,161,235). Sum of RGB (Red+Green+Blue) = 159+161+235=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FA1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA1EB is #605E14. Grayscale: #A8A8A8. Windows color (decimal): -6315541 or 15442335. OLE color: 15442335.

HSL color Cylindrical-coordinate representation of color #9FA1EB: hue angle of 238.42º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FA1EB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 161 235 -
CMYK 0.32 0.31 0 0.08
HSL 238.42º 0.66% 0.77% -
HSV(B) 238.42º 0.32% 0.92% -
XYZ 42.04 38.86 83.88 -
YUV 168.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 159 161 235 0.32 0.31 0 0.08 238.42 0.66 0.77
Hex 9F A1 EB 20 1F 0 8 EE 42 4D
Octal 237 241 353 40 37 0 10 356 102 115
Binary 10011111 10100001 11101011 100000 11111 0 1000 11101110 1000010 1001101

Color Harmonies of #9FA1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA1EB

Black with #9FA1EB

Text Example


Text Example

White with #9FA1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,161,235); }

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

background-color css

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

 a { background-color: rgb(159,161,235); }

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

border-color css

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

 span { border-color: rgb(159,161,235); }

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