Html Css Color HEX #7E8FEB Portage

📋 copy color: '#7E8FEB'

red 126 ◦ green 143 ◦ blue 235

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

Shades of Portage #7E8FEB

Tints of Portage #7E8FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 25%
G = 28.37%
B = 46.63%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E8FEB (or 0x7E8FEB) is known color: Portage. HEX triplet: 7E, 8F and EB. RGB value is (126,143,235). Sum of RGB (Red+Green+Blue) = 126+143+235=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E8FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8FEB is #817014. Grayscale: #949494. Windows color (decimal): -8482837 or 15437694. OLE color: 15437694.

HSL color Cylindrical-coordinate representation of color #7E8FEB: hue angle of 230.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E8FEB is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 143 235 -
CMYK 0.46 0.39 0 0.08
HSL 230.64º 0.73% 0.71% -
HSV(B) 230.64º 0.46% 0.92% -
XYZ 33.42 30.08 82.64 -
YUV 148.41 176.87 112.02 -
System Red Green Blue C M Y K H S L
Decimal 126 143 235 0.46 0.39 0 0.08 230.64 0.73 0.71
Hex 7E 8F EB 2E 27 0 8 E7 49 47
Octal 176 217 353 56 47 0 10 347 111 107
Binary 1111110 10001111 11101011 101110 100111 0 1000 11100111 1001001 1000111

Color Harmonies of #7E8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8FEB

Black with #7E8FEB

Text Example


Text Example

White with #7E8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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