Html Css Color HEX #7B83DA Portage

📋 copy color: '#7B83DA'

red 123 ◦ green 131 ◦ blue 218

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

Shades of Portage #7B83DA

Tints of Portage #7B83DA

RGB

 RED value IS 123 (48.44% from 255) = 26.06%

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 26.06%
G = 27.75%
B = 46.19%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B83DA (or 0x7B83DA) is known color: Portage. HEX triplet: 7B, 83 and DA. RGB value is (123,131,218). Sum of RGB (Red+Green+Blue) = 123+131+218=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B83DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B83DA is #847C25. Grayscale: #8A8A8A. Windows color (decimal): -8682534 or 14320507. OLE color: 14320507.

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

Color convert

RGB 123 131 218 -
CMYK 0.44 0.40 0 0.15
HSL 234.95º 0.56% 0.67% -
HSV(B) 234.95º 0.44% 0.85% -
XYZ 28.94 25.51 69.73 -
YUV 138.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 123 131 218 0.44 0.40 0 0.15 234.95 0.56 0.67
Hex 7B 83 DA 2C 28 0 F EB 38 43
Octal 173 203 332 54 50 0 17 353 70 103
Binary 1111011 10000011 11011010 101100 101000 0 1111 11101011 111000 1000011

Color Harmonies of #7B83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B83DA

Black with #7B83DA

Text Example


Text Example

White with #7B83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,131,218); }

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

background-color css

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

 a { background-color: rgb(123,131,218); }

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

border-color css

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

 span { border-color: rgb(123,131,218); }

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