Html Css Color HEX #7A83DB Portage

📋 copy color: '#7A83DB'

red 122 ◦ green 131 ◦ blue 219

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

Shades of Portage #7A83DB

Tints of Portage #7A83DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 25.85%
G = 27.75%
B = 46.4%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A83DB (or 0x7A83DB) is known color: Portage. HEX triplet: 7A, 83 and DB. RGB value is (122,131,219). Sum of RGB (Red+Green+Blue) = 122+131+219=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #7A83DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83DB is #857C24. Grayscale: #898989. Windows color (decimal): -8748069 or 14386042. OLE color: 14386042.

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

Color convert

RGB 122 131 219 -
CMYK 0.44 0.40 0 0.14
HSL 234.43º 0.57% 0.67% -
HSV(B) 234.43º 0.44% 0.86% -
XYZ 28.93 25.48 70.41 -
YUV 138.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 122 131 219 0.44 0.40 0 0.14 234.43 0.57 0.67
Hex 7A 83 DB 2C 28 0 E EA 39 43
Octal 172 203 333 54 50 0 16 352 71 103
Binary 1111010 10000011 11011011 101100 101000 0 1110 11101010 111001 1000011

Color Harmonies of #7A83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A83DB

Black with #7A83DB

Text Example


Text Example

White with #7A83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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