Html Css Color HEX #8F9EEF Portage

📋 copy color: '#8F9EEF'

red 143 ◦ green 158 ◦ blue 239

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

Shades of Portage #8F9EEF

Tints of Portage #8F9EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 26.48%
G = 29.26%
B = 44.26%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F9EEF (or 0x8F9EEF) is known color: Portage. HEX triplet: 8F, 9E and EF. RGB value is (143,158,239). Sum of RGB (Red+Green+Blue) = 143+158+239=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F9EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9EEF is #706110. Grayscale: #A2A2A2. Windows color (decimal): -7364881 or 15703695. OLE color: 15703695.

HSL color Cylindrical-coordinate representation of color #8F9EEF: hue angle of 230.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9EEF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 158 239 -
CMYK 0.40 0.34 0 0.06
HSL 230.63º 0.75% 0.75% -
HSV(B) 230.63º 0.4% 0.94% -
XYZ 39.13 36.53 86.65 -
YUV 162.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 143 158 239 0.40 0.34 0 0.06 230.63 0.75 0.75
Hex 8F 9E EF 28 22 0 6 E7 4B 4B
Octal 217 236 357 50 42 0 6 347 113 113
Binary 10001111 10011110 11101111 101000 100010 0 110 11100111 1001011 1001011

Color Harmonies of #8F9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EEF

Black with #8F9EEF

Text Example


Text Example

White with #8F9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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