Html Css Color HEX #8FA1EE Portage

📋 copy color: '#8FA1EE'

red 143 ◦ green 161 ◦ blue 238

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

Shades of Portage #8FA1EE

Tints of Portage #8FA1EE

RGB

 RED value IS 143 (56.25% from 255) = 26.38%

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

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

R = 26.38%
G = 29.7%
B = 43.91%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FA1EE (or 0x8FA1EE) is known color: Portage. HEX triplet: 8F, A1 and EE. RGB value is (143,161,238). Sum of RGB (Red+Green+Blue) = 143+161+238=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FA1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA1EE is #705E11. Grayscale: #A4A4A4. Windows color (decimal): -7364114 or 15638927. OLE color: 15638927.

HSL color Cylindrical-coordinate representation of color #8FA1EE: hue angle of 228.63º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FA1EE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 161 238 -
CMYK 0.40 0.32 0 0.07
HSL 228.63º 0.74% 0.75% -
HSV(B) 228.63º 0.4% 0.93% -
XYZ 39.51 37.5 86.05 -
YUV 164.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 143 161 238 0.40 0.32 0 0.07 228.63 0.74 0.75
Hex 8F A1 EE 28 20 0 7 E5 4A 4B
Octal 217 241 356 50 40 0 7 345 112 113
Binary 10001111 10100001 11101110 101000 100000 0 111 11100101 1001010 1001011

Color Harmonies of #8FA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA1EE

Black with #8FA1EE

Text Example


Text Example

White with #8FA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FA1EE; }

 p { color: rgb(143,161,238); }

 H1.HeaderClassName
 {
   color: #8FA1EE;
 }
 .AnyTagClassName
 {
   color: #8FA1EE;
 }
</style>

background-color css

<style>
 a { background-color: #8FA1EE; }

 a { background-color: rgb(143,161,238); }

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

border-color css

<style>
 span { border-color: #8FA1EE; }

 span { border-color: rgb(143,161,238); }

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