Html Css Color HEX #7A8BEB Portage

📋 copy color: '#7A8BEB'

red 122 ◦ green 139 ◦ blue 235

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

Shades of Portage #7A8BEB

Tints of Portage #7A8BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.02%

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

R = 24.6%
G = 28.02%
B = 47.38%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A8BEB (or 0x7A8BEB) is known color: Portage. HEX triplet: 7A, 8B and EB. RGB value is (122,139,235). Sum of RGB (Red+Green+Blue) = 122+139+235=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A8BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BEB is #857414. Grayscale: #909090. Windows color (decimal): -8746005 or 15436666. OLE color: 15436666.

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

Color convert

RGB 122 139 235 -
CMYK 0.48 0.41 0 0.08
HSL 230.97º 0.74% 0.7% -
HSV(B) 230.97º 0.48% 0.92% -
XYZ 32.25 28.6 82.42 -
YUV 144.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 122 139 235 0.48 0.41 0 0.08 230.97 0.74 0.7
Hex 7A 8B EB 30 29 0 8 E7 4A 46
Octal 172 213 353 60 51 0 10 347 112 106
Binary 1111010 10001011 11101011 110000 101001 0 1000 11100111 1001010 1000110

Color Harmonies of #7A8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8BEB

Black with #7A8BEB

Text Example


Text Example

White with #7A8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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