Html Css Color HEX #8F93EF Portage

📋 copy color: '#8F93EF'

red 143 ◦ green 147 ◦ blue 239

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

Shades of Portage #8F93EF

Tints of Portage #8F93EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.79%

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

R = 27.03%
G = 27.79%
B = 45.18%

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

#8F93EF (or 0x8F93EF) is known color: Portage. HEX triplet: 8F, 93 and EF. RGB value is (143,147,239). Sum of RGB (Red+Green+Blue) = 143+147+239=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F93EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F93EF is #706C10. Grayscale: #9B9B9B. Windows color (decimal): -7367697 or 15700879. OLE color: 15700879.

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

Color convert

RGB 143 147 239 -
CMYK 0.40 0.38 0 0.06
HSL 237.5º 0.75% 0.75% -
HSV(B) 237.5º 0.4% 0.94% -
XYZ 37.34 32.94 86.05 -
YUV 156.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 143 147 239 0.40 0.38 0 0.06 237.5 0.75 0.75
Hex 8F 93 EF 28 26 0 6 EE 4B 4B
Octal 217 223 357 50 46 0 6 356 113 113
Binary 10001111 10010011 11101111 101000 100110 0 110 11101110 1001011 1001011

Color Harmonies of #8F93EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F93EF

Black with #8F93EF

Text Example


Text Example

White with #8F93EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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