Html Css Color HEX #7B85EB Portage

📋 copy color: '#7B85EB'

red 123 ◦ green 133 ◦ blue 235

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

Shades of Portage #7B85EB

Tints of Portage #7B85EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.09%

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

R = 25.05%
G = 27.09%
B = 47.86%

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

#7B85EB (or 0x7B85EB) is known color: Portage. HEX triplet: 7B, 85 and EB. RGB value is (123,133,235). Sum of RGB (Red+Green+Blue) = 123+133+235=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B85EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B85EB is #847A14. Grayscale: #8D8D8D. Windows color (decimal): -8682005 or 15435131. OLE color: 15435131.

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

Color convert

RGB 123 133 235 -
CMYK 0.48 0.43 0 0.08
HSL 234.64º 0.74% 0.7% -
HSV(B) 234.64º 0.48% 0.92% -
XYZ 31.55 26.98 82.14 -
YUV 141.64 180.69 114.71 -
System Red Green Blue C M Y K H S L
Decimal 123 133 235 0.48 0.43 0 0.08 234.64 0.74 0.7
Hex 7B 85 EB 30 2B 0 8 EB 4A 46
Octal 173 205 353 60 53 0 10 353 112 106
Binary 1111011 10000101 11101011 110000 101011 0 1000 11101011 1001010 1000110

Color Harmonies of #7B85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B85EB

Black with #7B85EB

Text Example


Text Example

White with #7B85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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