Html Css Color HEX #8F9FEE Portage

📋 copy color: '#8F9FEE'

red 143 ◦ green 159 ◦ blue 238

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

Shades of Portage #8F9FEE

Tints of Portage #8F9FEE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.44%

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

R = 26.48%
G = 29.44%
B = 44.07%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F9FEE (or 0x8F9FEE) is known color: Portage. HEX triplet: 8F, 9F and EE. RGB value is (143,159,238). Sum of RGB (Red+Green+Blue) = 143+159+238=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9FEE is #706011. Grayscale: #A2A2A2. Windows color (decimal): -7364626 or 15638415. OLE color: 15638415.

HSL color Cylindrical-coordinate representation of color #8F9FEE: hue angle of 229.89º 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 #8F9FEE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 159 238 -
CMYK 0.40 0.33 0 0.07
HSL 229.89º 0.74% 0.75% -
HSV(B) 229.89º 0.4% 0.93% -
XYZ 39.16 36.81 85.93 -
YUV 163.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 143 159 238 0.40 0.33 0 0.07 229.89 0.74 0.75
Hex 8F 9F EE 28 21 0 7 E6 4A 4B
Octal 217 237 356 50 41 0 7 346 112 113
Binary 10001111 10011111 11101110 101000 100001 0 111 11100110 1001010 1001011

Color Harmonies of #8F9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FEE

Black with #8F9FEE

Text Example


Text Example

White with #8F9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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