Html Css Color HEX #7A8CDF Portage

📋 copy color: '#7A8CDF'

red 122 ◦ green 140 ◦ blue 223

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

Shades of Portage #7A8CDF

Tints of Portage #7A8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 25.15%
G = 28.87%
B = 45.98%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A8CDF (or 0x7A8CDF) is known color: Portage. HEX triplet: 7A, 8C and DF. RGB value is (122,140,223). Sum of RGB (Red+Green+Blue) = 122+140+223=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A8CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CDF is #857320. Grayscale: #8F8F8F. Windows color (decimal): -8745761 or 14650490. OLE color: 14650490.

HSL color Cylindrical-coordinate representation of color #7A8CDF: hue angle of 229.31º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8CDF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 140 223 -
CMYK 0.45 0.37 0 0.13
HSL 229.31º 0.61% 0.68% -
HSV(B) 229.31º 0.45% 0.87% -
XYZ 30.72 28.22 73.64 -
YUV 144.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 122 140 223 0.45 0.37 0 0.13 229.31 0.61 0.68
Hex 7A 8C DF 2D 25 0 D E5 3D 44
Octal 172 214 337 55 45 0 15 345 75 104
Binary 1111010 10001100 11011111 101101 100101 0 1101 11100101 111101 1000100

Color Harmonies of #7A8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8CDF

Black with #7A8CDF

Text Example


Text Example

White with #7A8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,140,223); }

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

background-color css

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

 a { background-color: rgb(122,140,223); }

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

border-color css

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

 span { border-color: rgb(122,140,223); }

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