Html Css Color HEX #8F9CFE Portage

📋 copy color: '#8F9CFE'

red 143 ◦ green 156 ◦ blue 254

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

Shades of Portage #8F9CFE

Tints of Portage #8F9CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.21%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 25.86%
G = 28.21%
B = 45.93%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8F9CFE (or 0x8F9CFE) is known color: Portage. HEX triplet: 8F, 9C and FE. RGB value is (143,156,254). Sum of RGB (Red+Green+Blue) = 143+156+254=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F9CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CFE is #706301. Grayscale: #A2A2A2. Windows color (decimal): -7365378 or 16686223. OLE color: 16686223.

HSL color Cylindrical-coordinate representation of color #8F9CFE: hue angle of 232.97º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9CFE is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 143 156 254 -
CMYK 0.44 0.39 0 0.00
HSL 232.97º 0.98% 0.78% -
HSV(B) 232.97º 0.44% 1% -
XYZ 41.11 36.77 98.7 -
YUV 163.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 143 156 254 0.44 0.39 0 0.00 232.97 0.98 0.78
Hex 8F 9C FE 2C 27 0 0 E9 62 4E
Octal 217 234 376 54 47 0 0 351 142 116
Binary 10001111 10011100 11111110 101100 100111 0 0 11101001 1100010 1001110

Color Harmonies of #8F9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CFE

Black with #8F9CFE

Text Example


Text Example

White with #8F9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,156,254); }

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

background-color css

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

 a { background-color: rgb(143,156,254); }

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

border-color css

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

 span { border-color: rgb(143,156,254); }

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