Html Css Color HEX #7A83DD Portage

📋 copy color: '#7A83DD'

red 122 ◦ green 131 ◦ blue 221

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

Shades of Portage #7A83DD

Tints of Portage #7A83DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 25.74%
G = 27.64%
B = 46.62%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A83DD (or 0x7A83DD) is known color: Portage. HEX triplet: 7A, 83 and DD. RGB value is (122,131,221). Sum of RGB (Red+Green+Blue) = 122+131+221=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A83DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83DD is #857C22. Grayscale: #8A8A8A. Windows color (decimal): -8748067 or 14517114. OLE color: 14517114.

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

Color convert

RGB 122 131 221 -
CMYK 0.45 0.41 0 0.13
HSL 234.55º 0.59% 0.67% -
HSV(B) 234.55º 0.45% 0.87% -
XYZ 29.19 25.59 71.81 -
YUV 138.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 122 131 221 0.45 0.41 0 0.13 234.55 0.59 0.67
Hex 7A 83 DD 2D 29 0 D EB 3B 43
Octal 172 203 335 55 51 0 15 353 73 103
Binary 1111010 10000011 11011101 101101 101001 0 1101 11101011 111011 1000011

Color Harmonies of #7A83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A83DD

Black with #7A83DD

Text Example


Text Example

White with #7A83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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