Html Css Color HEX #7A83DC Portage

📋 copy color: '#7A83DC'

red 122 ◦ green 131 ◦ blue 220

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

Shades of Portage #7A83DC

Tints of Portage #7A83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.7%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 25.79%
G = 27.7%
B = 46.51%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A83DC (or 0x7A83DC) is known color: Portage. HEX triplet: 7A, 83 and DC. RGB value is (122,131,220). Sum of RGB (Red+Green+Blue) = 122+131+220=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A83DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83DC is #857C23. Grayscale: #8A8A8A. Windows color (decimal): -8748068 or 14451578. OLE color: 14451578.

HSL color Cylindrical-coordinate representation of color #7A83DC: hue angle of 234.49º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A83DC is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 131 220 -
CMYK 0.45 0.40 0 0.14
HSL 234.49º 0.58% 0.67% -
HSV(B) 234.49º 0.45% 0.86% -
XYZ 29.06 25.54 71.11 -
YUV 138.46 174.02 116.26 -
System Red Green Blue C M Y K H S L
Decimal 122 131 220 0.45 0.40 0 0.14 234.49 0.58 0.67
Hex 7A 83 DC 2D 28 0 E EA 3A 43
Octal 172 203 334 55 50 0 16 352 72 103
Binary 1111010 10000011 11011100 101101 101000 0 1110 11101010 111010 1000011

Color Harmonies of #7A83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A83DC

Black with #7A83DC

Text Example


Text Example

White with #7A83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,131,220); }

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

background-color css

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

 a { background-color: rgb(122,131,220); }

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

border-color css

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

 span { border-color: rgb(122,131,220); }

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