Html Css Color HEX #8F9EF2 Portage

📋 copy color: '#8F9EF2'

red 143 ◦ green 158 ◦ blue 242

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

Shades of Portage #8F9EF2

Tints of Portage #8F9EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.1%

 BLUE value IS 242 (94.92% from 255) = 44.57%

R = 26.34%
G = 29.1%
B = 44.57%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F9EF2 (or 0x8F9EF2) is known color: Portage. HEX triplet: 8F, 9E and F2. RGB value is (143,158,242). Sum of RGB (Red+Green+Blue) = 143+158+242=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F9EF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EF2 is #70610D. Grayscale: #A2A2A2. Windows color (decimal): -7364878 or 15900303. OLE color: 15900303.

HSL color Cylindrical-coordinate representation of color #8F9EF2: hue angle of 230.91º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F9EF2 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 158 242 -
CMYK 0.41 0.35 0 0.05
HSL 230.91º 0.79% 0.75% -
HSV(B) 230.91º 0.41% 0.95% -
XYZ 39.58 36.7 89 -
YUV 163.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 143 158 242 0.41 0.35 0 0.05 230.91 0.79 0.75
Hex 8F 9E F2 29 23 0 5 E7 4F 4B
Octal 217 236 362 51 43 0 5 347 117 113
Binary 10001111 10011110 11110010 101001 100011 0 101 11100111 1001111 1001011

Color Harmonies of #8F9EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EF2

Black with #8F9EF2

Text Example


Text Example

White with #8F9EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,158,242); }

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

background-color css

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

 a { background-color: rgb(143,158,242); }

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

border-color css

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

 span { border-color: rgb(143,158,242); }

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