Html Css Color HEX #8F9FED Portage

📋 copy color: '#8F9FED'

red 143 ◦ green 159 ◦ blue 237

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

Shades of Portage #8F9FED

Tints of Portage #8F9FED

RGB

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

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

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

R = 26.53%
G = 29.5%
B = 43.97%

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

#8F9FED (or 0x8F9FED) is known color: Portage. HEX triplet: 8F, 9F and ED. RGB value is (143,159,237). Sum of RGB (Red+Green+Blue) = 143+159+237=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9FED is #706012. Grayscale: #A2A2A2. Windows color (decimal): -7364627 or 15572879. OLE color: 15572879.

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

Color convert

RGB 143 159 237 -
CMYK 0.40 0.33 0 0.07
HSL 229.79º 0.72% 0.75% -
HSV(B) 229.79º 0.4% 0.93% -
XYZ 39.01 36.75 85.16 -
YUV 163.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 143 159 237 0.40 0.33 0 0.07 229.79 0.72 0.75
Hex 8F 9F ED 28 21 0 7 E6 48 4B
Octal 217 237 355 50 41 0 7 346 110 113
Binary 10001111 10011111 11101101 101000 100001 0 111 11100110 1001000 1001011

Color Harmonies of #8F9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FED

Black with #8F9FED

Text Example


Text Example

White with #8F9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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