Html Css Color HEX #7B86EB Portage

📋 copy color: '#7B86EB'

red 123 ◦ green 134 ◦ blue 235

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

Shades of Portage #7B86EB

Tints of Portage #7B86EB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.24%

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

R = 25%
G = 27.24%
B = 47.76%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B86EB (or 0x7B86EB) is known color: Portage. HEX triplet: 7B, 86 and EB. RGB value is (123,134,235). Sum of RGB (Red+Green+Blue) = 123+134+235=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B86EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B86EB is #847914. Grayscale: #8D8D8D. Windows color (decimal): -8681749 or 15435387. OLE color: 15435387.

HSL color Cylindrical-coordinate representation of color #7B86EB: hue angle of 234.11º 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 #7B86EB is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 134 235 -
CMYK 0.48 0.43 0 0.08
HSL 234.11º 0.74% 0.7% -
HSV(B) 234.11º 0.48% 0.92% -
XYZ 31.69 27.26 82.19 -
YUV 142.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 123 134 235 0.48 0.43 0 0.08 234.11 0.74 0.7
Hex 7B 86 EB 30 2B 0 8 EA 4A 46
Octal 173 206 353 60 53 0 10 352 112 106
Binary 1111011 10000110 11101011 110000 101011 0 1000 11101010 1001010 1000110

Color Harmonies of #7B86EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B86EB

Black with #7B86EB

Text Example


Text Example

White with #7B86EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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