Html Css Color HEX #7B84EB Portage

📋 copy color: '#7B84EB'

red 123 ◦ green 132 ◦ blue 235

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

Shades of Portage #7B84EB

Tints of Portage #7B84EB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.94%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 25.1%
G = 26.94%
B = 47.96%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B84EB (or 0x7B84EB) is known color: Portage. HEX triplet: 7B, 84 and EB. RGB value is (123,132,235). Sum of RGB (Red+Green+Blue) = 123+132+235=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B84EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B84EB is #847B14. Grayscale: #8C8C8C. Windows color (decimal): -8682261 or 15434875. OLE color: 15434875.

HSL color Cylindrical-coordinate representation of color #7B84EB: hue angle of 235.18º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B84EB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 132 235 -
CMYK 0.48 0.44 0 0.08
HSL 235.18º 0.74% 0.7% -
HSV(B) 235.18º 0.48% 0.92% -
XYZ 31.42 26.71 82.1 -
YUV 141.05 181.02 115.12 -
System Red Green Blue C M Y K H S L
Decimal 123 132 235 0.48 0.44 0 0.08 235.18 0.74 0.7
Hex 7B 84 EB 30 2C 0 8 EB 4A 46
Octal 173 204 353 60 54 0 10 353 112 106
Binary 1111011 10000100 11101011 110000 101100 0 1000 11101011 1001010 1000110

Color Harmonies of #7B84EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B84EB

Black with #7B84EB

Text Example


Text Example

White with #7B84EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,132,235); }

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

background-color css

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

 a { background-color: rgb(123,132,235); }

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

border-color css

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

 span { border-color: rgb(123,132,235); }

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