Html Css Color HEX #8F94EF Portage

📋 copy color: '#8F94EF'

red 143 ◦ green 148 ◦ blue 239

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

Shades of Portage #8F94EF

Tints of Portage #8F94EF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.92%

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

R = 26.98%
G = 27.92%
B = 45.09%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F94EF (or 0x8F94EF) is known color: Portage. HEX triplet: 8F, 94 and EF. RGB value is (143,148,239). Sum of RGB (Red+Green+Blue) = 143+148+239=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F94EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F94EF is #706B10. Grayscale: #9C9C9C. Windows color (decimal): -7367441 or 15701135. OLE color: 15701135.

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

Color convert

RGB 143 148 239 -
CMYK 0.40 0.38 0 0.06
HSL 236.88º 0.75% 0.75% -
HSV(B) 236.88º 0.4% 0.94% -
XYZ 37.5 33.25 86.1 -
YUV 156.88 174.34 118.1 -
System Red Green Blue C M Y K H S L
Decimal 143 148 239 0.40 0.38 0 0.06 236.88 0.75 0.75
Hex 8F 94 EF 28 26 0 6 ED 4B 4B
Octal 217 224 357 50 46 0 6 355 113 113
Binary 10001111 10010100 11101111 101000 100110 0 110 11101101 1001011 1001011

Color Harmonies of #8F94EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F94EF

Black with #8F94EF

Text Example


Text Example

White with #8F94EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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