Html Css Color HEX #7B8AD6 Portage

📋 copy color: '#7B8AD6'

red 123 ◦ green 138 ◦ blue 214

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

Shades of Portage #7B8AD6

Tints of Portage #7B8AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

 BLUE value IS 214 (83.98% from 255) = 45.05%

R = 25.89%
G = 29.05%
B = 45.05%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7B8AD6 (or 0x7B8AD6) is known color: Portage. HEX triplet: 7B, 8A and D6. RGB value is (123,138,214). Sum of RGB (Red+Green+Blue) = 123+138+214=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #7B8AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8AD6 is #847529. Grayscale: #8D8D8D. Windows color (decimal): -8680746 or 14060155. OLE color: 14060155.

HSL color Cylindrical-coordinate representation of color #7B8AD6: hue angle of 230.11º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B8AD6 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 138 214 -
CMYK 0.43 0.36 0 0.16
HSL 230.11º 0.53% 0.66% -
HSV(B) 230.11º 0.43% 0.84% -
XYZ 29.39 27.24 67.33 -
YUV 142.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 123 138 214 0.43 0.36 0 0.16 230.11 0.53 0.66
Hex 7B 8A D6 2B 24 0 10 E6 35 42
Octal 173 212 326 53 44 0 20 346 65 102
Binary 1111011 10001010 11010110 101011 100100 0 10000 11100110 110101 1000010

Color Harmonies of #7B8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8AD6

Black with #7B8AD6

Text Example


Text Example

White with #7B8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,138,214); }

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

background-color css

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

 a { background-color: rgb(123,138,214); }

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

border-color css

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

 span { border-color: rgb(123,138,214); }

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