Html Css Color HEX #7B85D4 Portage

📋 copy color: '#7B85D4'

red 123 ◦ green 133 ◦ blue 212

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

Shades of Portage #7B85D4

Tints of Portage #7B85D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.3%

R = 26.28%
G = 28.42%
B = 45.3%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7B85D4 (or 0x7B85D4) is known color: Portage. HEX triplet: 7B, 85 and D4. RGB value is (123,133,212). Sum of RGB (Red+Green+Blue) = 123+133+212=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B85D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B85D4 is #847A2B. Grayscale: #8A8A8A. Windows color (decimal): -8682028 or 13927803. OLE color: 13927803.

HSL color Cylindrical-coordinate representation of color #7B85D4: hue angle of 233.26º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B85D4 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 123 133 212 -
CMYK 0.42 0.37 0 0.17
HSL 233.26º 0.51% 0.66% -
HSV(B) 233.26º 0.42% 0.83% -
XYZ 28.44 25.74 65.76 -
YUV 139.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 123 133 212 0.42 0.37 0 0.17 233.26 0.51 0.66
Hex 7B 85 D4 2A 25 0 11 E9 33 42
Octal 173 205 324 52 45 0 21 351 63 102
Binary 1111011 10000101 11010100 101010 100101 0 10001 11101001 110011 1000010

Color Harmonies of #7B85D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B85D4

Black with #7B85D4

Text Example


Text Example

White with #7B85D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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