Html Css Color HEX #7C89DB Portage

📋 copy color: '#7C89DB'

red 124 ◦ green 137 ◦ blue 219

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

Shades of Portage #7C89DB

Tints of Portage #7C89DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 25.83%
G = 28.54%
B = 45.63%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C89DB (or 0x7C89DB) is known color: Portage. HEX triplet: 7C, 89 and DB. RGB value is (124,137,219). Sum of RGB (Red+Green+Blue) = 124+137+219=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C89DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C89DB is #837624. Grayscale: #8E8E8E. Windows color (decimal): -8615461 or 14387580. OLE color: 14387580.

HSL color Cylindrical-coordinate representation of color #7C89DB: hue angle of 231.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C89DB is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 137 219 -
CMYK 0.43 0.37 0 0.14
HSL 231.79º 0.57% 0.67% -
HSV(B) 231.79º 0.43% 0.86% -
XYZ 30.04 27.29 70.7 -
YUV 142.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 124 137 219 0.43 0.37 0 0.14 231.79 0.57 0.67
Hex 7C 89 DB 2B 25 0 E E8 39 43
Octal 174 211 333 53 45 0 16 350 71 103
Binary 1111100 10001001 11011011 101011 100101 0 1110 11101000 111001 1000011

Color Harmonies of #7C89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C89DB

Black with #7C89DB

Text Example


Text Example

White with #7C89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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