Html Css Color HEX #7E8FEF Portage

📋 copy color: '#7E8FEF'

red 126 ◦ green 143 ◦ blue 239

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

Shades of Portage #7E8FEF

Tints of Portage #7E8FEF

RGB

 RED value IS 126 (49.61% from 255) = 24.8%

 GREEN value IS 143 (56.25% from 255) = 28.15%

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

R = 24.8%
G = 28.15%
B = 47.05%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7E8FEF (or 0x7E8FEF) is known color: Portage. HEX triplet: 7E, 8F and EF. RGB value is (126,143,239). Sum of RGB (Red+Green+Blue) = 126+143+239=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E8FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8FEF is #817010. Grayscale: #949494. Windows color (decimal): -8482833 or 15699838. OLE color: 15699838.

HSL color Cylindrical-coordinate representation of color #7E8FEF: hue angle of 230.97º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E8FEF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 143 239 -
CMYK 0.47 0.40 0 0.06
HSL 230.97º 0.78% 0.72% -
HSV(B) 230.97º 0.47% 0.94% -
XYZ 34.01 30.31 85.72 -
YUV 148.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 126 143 239 0.47 0.40 0 0.06 230.97 0.78 0.72
Hex 7E 8F EF 2F 28 0 6 E7 4E 48
Octal 176 217 357 57 50 0 6 347 116 110
Binary 1111110 10001111 11101111 101111 101000 0 110 11100111 1001110 1001000

Color Harmonies of #7E8FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8FEF

Black with #7E8FEF

Text Example


Text Example

White with #7E8FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E8FEF; }

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

 H1.HeaderClassName
 {
   color: #7E8FEF;
 }
 .AnyTagClassName
 {
   color: #7E8FEF;
 }
</style>

background-color css

<style>
 a { background-color: #7E8FEF; }

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

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

border-color css

<style>
 span { border-color: #7E8FEF; }

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

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