Html Css Color HEX #7A8ECF Portage

📋 copy color: '#7A8ECF'

red 122 ◦ green 142 ◦ blue 207

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

Shades of Portage #7A8ECF

Tints of Portage #7A8ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.95%

R = 25.9%
G = 30.15%
B = 43.95%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A8ECF (or 0x7A8ECF) is known color: Portage. HEX triplet: 7A, 8E and CF. RGB value is (122,142,207). Sum of RGB (Red+Green+Blue) = 122+142+207=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A8ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ECF is #857130. Grayscale: #8F8F8F. Windows color (decimal): -8745265 or 13602426. OLE color: 13602426.

HSL color Cylindrical-coordinate representation of color #7A8ECF: hue angle of 225.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A8ECF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 142 207 -
CMYK 0.41 0.31 0 0.19
HSL 225.88º 0.47% 0.65% -
HSV(B) 225.88º 0.41% 0.81% -
XYZ 28.96 27.99 62.91 -
YUV 143.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 122 142 207 0.41 0.31 0 0.19 225.88 0.47 0.65
Hex 7A 8E CF 29 1F 0 13 E2 2F 41
Octal 172 216 317 51 37 0 23 342 57 101
Binary 1111010 10001110 11001111 101001 11111 0 10011 11100010 101111 1000001

Color Harmonies of #7A8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8ECF

Black with #7A8ECF

Text Example


Text Example

White with #7A8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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