Html Css Color HEX #7A8FCE Portage

📋 copy color: '#7A8FCE'

red 122 ◦ green 143 ◦ blue 206

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

Shades of Portage #7A8FCE

Tints of Portage #7A8FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 25.9%
G = 30.36%
B = 43.74%

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

#7A8FCE (or 0x7A8FCE) is known color: Portage. HEX triplet: 7A, 8F and CE. RGB value is (122,143,206). Sum of RGB (Red+Green+Blue) = 122+143+206=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A8FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FCE is #857031. Grayscale: #8F8F8F. Windows color (decimal): -8745010 or 13537146. OLE color: 13537146.

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

Color convert

RGB 122 143 206 -
CMYK 0.41 0.31 0 0.19
HSL 225º 0.46% 0.64% -
HSV(B) 225º 0.41% 0.81% -
XYZ 28.99 28.24 62.32 -
YUV 143.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 122 143 206 0.41 0.31 0 0.19 225 0.46 0.64
Hex 7A 8F CE 29 1F 0 13 E1 2E 40
Octal 172 217 316 51 37 0 23 341 56 100
Binary 1111010 10001111 11001110 101001 11111 0 10011 11100001 101110 1000000

Color Harmonies of #7A8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8FCE

Black with #7A8FCE

Text Example


Text Example

White with #7A8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,143,206); }

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

background-color css

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

 a { background-color: rgb(122,143,206); }

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

border-color css

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

 span { border-color: rgb(122,143,206); }

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