Html Css Color HEX #8F92EF Portage

📋 copy color: '#8F92EF'

red 143 ◦ green 146 ◦ blue 239

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

Shades of Portage #8F92EF

Tints of Portage #8F92EF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.65%

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

R = 27.08%
G = 27.65%
B = 45.27%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F92EF (or 0x8F92EF) is known color: Portage. HEX triplet: 8F, 92 and EF. RGB value is (143,146,239). Sum of RGB (Red+Green+Blue) = 143+146+239=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F92EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F92EF is #706D10. Grayscale: #9B9B9B. Windows color (decimal): -7367953 or 15700623. OLE color: 15700623.

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

Color convert

RGB 143 146 239 -
CMYK 0.40 0.39 0 0.06
HSL 238.13º 0.75% 0.75% -
HSV(B) 238.13º 0.4% 0.94% -
XYZ 37.19 32.63 86 -
YUV 155.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 143 146 239 0.40 0.39 0 0.06 238.13 0.75 0.75
Hex 8F 92 EF 28 27 0 6 EE 4B 4B
Octal 217 222 357 50 47 0 6 356 113 113
Binary 10001111 10010010 11101111 101000 100111 0 110 11101110 1001011 1001011

Color Harmonies of #8F92EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F92EF

Black with #8F92EF

Text Example


Text Example

White with #8F92EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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