Html Css Color HEX #7C89CF Portage

📋 copy color: '#7C89CF'

red 124 ◦ green 137 ◦ blue 207

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

Shades of Portage #7C89CF

Tints of Portage #7C89CF

RGB

 RED value IS 124 (48.83% from 255) = 26.5%

 GREEN value IS 137 (53.91% from 255) = 29.27%

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

R = 26.5%
G = 29.27%
B = 44.23%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C89CF (or 0x7C89CF) is known color: Portage. HEX triplet: 7C, 89 and CF. RGB value is (124,137,207). Sum of RGB (Red+Green+Blue) = 124+137+207=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 137 (53.91% from 255 or 29.27% 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 #7C89CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C89CF is #837630. Grayscale: #8C8C8C. Windows color (decimal): -8615473 or 13601148. OLE color: 13601148.

HSL color Cylindrical-coordinate representation of color #7C89CF: hue angle of 230.6º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C89CF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 137 207 -
CMYK 0.40 0.34 0 0.19
HSL 230.6º 0.46% 0.65% -
HSV(B) 230.6º 0.4% 0.81% -
XYZ 28.52 26.68 62.68 -
YUV 141.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 124 137 207 0.40 0.34 0 0.19 230.6 0.46 0.65
Hex 7C 89 CF 28 22 0 13 E7 2E 41
Octal 174 211 317 50 42 0 23 347 56 101
Binary 1111100 10001001 11001111 101000 100010 0 10011 11100111 101110 1000001

Color Harmonies of #7C89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C89CF

Black with #7C89CF

Text Example


Text Example

White with #7C89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,137,207); }

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

background-color css

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

 a { background-color: rgb(124,137,207); }

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

border-color css

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

 span { border-color: rgb(124,137,207); }

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