Html Css Color HEX #7E9BEB Portage

📋 copy color: '#7E9BEB'

red 126 ◦ green 155 ◦ blue 235

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

Shades of Portage #7E9BEB

Tints of Portage #7E9BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.04%

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

R = 24.42%
G = 30.04%
B = 45.54%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E9BEB (or 0x7E9BEB) is known color: Portage. HEX triplet: 7E, 9B and EB. RGB value is (126,155,235). Sum of RGB (Red+Green+Blue) = 126+155+235=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E9BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9BEB is #816414. Grayscale: #9B9B9B. Windows color (decimal): -8479765 or 15440766. OLE color: 15440766.

HSL color Cylindrical-coordinate representation of color #7E9BEB: hue angle of 224.04º 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 #7E9BEB is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 155 235 -
CMYK 0.46 0.34 0 0.08
HSL 224.04º 0.73% 0.71% -
HSV(B) 224.04º 0.46% 0.92% -
XYZ 35.32 33.88 83.27 -
YUV 155.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 126 155 235 0.46 0.34 0 0.08 224.04 0.73 0.71
Hex 7E 9B EB 2E 22 0 8 E0 49 47
Octal 176 233 353 56 42 0 10 340 111 107
Binary 1111110 10011011 11101011 101110 100010 0 1000 11100000 1001001 1000111

Color Harmonies of #7E9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9BEB

Black with #7E9BEB

Text Example


Text Example

White with #7E9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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