Html Css Color HEX #7A8EEB Portage

📋 copy color: '#7A8EEB'

red 122 ◦ green 142 ◦ blue 235

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

Shades of Portage #7A8EEB

Tints of Portage #7A8EEB

RGB

 RED value IS 122 (48.05% from 255) = 24.45%

 GREEN value IS 142 (55.86% from 255) = 28.46%

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

R = 24.45%
G = 28.46%
B = 47.09%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A8EEB (or 0x7A8EEB) is known color: Portage. HEX triplet: 7A, 8E and EB. RGB value is (122,142,235). Sum of RGB (Red+Green+Blue) = 122+142+235=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A8EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8EEB is #857114. Grayscale: #929292. Windows color (decimal): -8745237 or 15437434. OLE color: 15437434.

HSL color Cylindrical-coordinate representation of color #7A8EEB: hue angle of 229.38º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8EEB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 142 235 -
CMYK 0.48 0.40 0 0.08
HSL 229.38º 0.74% 0.7% -
HSV(B) 229.38º 0.48% 0.92% -
XYZ 32.69 29.48 82.56 -
YUV 146.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 122 142 235 0.48 0.40 0 0.08 229.38 0.74 0.7
Hex 7A 8E EB 30 28 0 8 E5 4A 46
Octal 172 216 353 60 50 0 10 345 112 106
Binary 1111010 10001110 11101011 110000 101000 0 1000 11100101 1001010 1000110

Color Harmonies of #7A8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8EEB

Black with #7A8EEB

Text Example


Text Example

White with #7A8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,142,235); }

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

background-color css

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

 a { background-color: rgb(122,142,235); }

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

border-color css

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

 span { border-color: rgb(122,142,235); }

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