Html Css Color HEX #7B8ACF Portage

📋 copy color: '#7B8ACF'

red 123 ◦ green 138 ◦ blue 207

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

Shades of Portage #7B8ACF

Tints of Portage #7B8ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 26.28%
G = 29.49%
B = 44.23%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B8ACF (or 0x7B8ACF) is known color: Portage. HEX triplet: 7B, 8A and CF. RGB value is (123,138,207). Sum of RGB (Red+Green+Blue) = 123+138+207=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ACF is #847530. Grayscale: #8D8D8D. Windows color (decimal): -8680753 or 13601403. OLE color: 13601403.

HSL color Cylindrical-coordinate representation of color #7B8ACF: hue angle of 229.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B8ACF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 138 207 -
CMYK 0.41 0.33 0 0.19
HSL 229.29º 0.47% 0.65% -
HSV(B) 229.29º 0.41% 0.81% -
XYZ 28.52 26.89 62.72 -
YUV 141.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 123 138 207 0.41 0.33 0 0.19 229.29 0.47 0.65
Hex 7B 8A CF 29 21 0 13 E5 2F 41
Octal 173 212 317 51 41 0 23 345 57 101
Binary 1111011 10001010 11001111 101001 100001 0 10011 11100101 101111 1000001

Color Harmonies of #7B8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8ACF

Black with #7B8ACF

Text Example


Text Example

White with #7B8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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