Html Css Color HEX #7D89EF Portage

📋 copy color: '#7D89EF'

red 125 ◦ green 137 ◦ blue 239

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

Shades of Portage #7D89EF

Tints of Portage #7D89EF

RGB

 RED value IS 125 (49.22% from 255) = 24.95%

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 24.95%
G = 27.35%
B = 47.7%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D89EF (or 0x7D89EF) is known color: Portage. HEX triplet: 7D, 89 and EF. RGB value is (125,137,239). Sum of RGB (Red+Green+Blue) = 125+137+239=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D89EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D89EF is #827610. Grayscale: #909090. Windows color (decimal): -8549905 or 15698301. OLE color: 15698301.

HSL color Cylindrical-coordinate representation of color #7D89EF: hue angle of 233.68º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D89EF is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 137 239 -
CMYK 0.48 0.43 0 0.06
HSL 233.68º 0.78% 0.71% -
HSV(B) 233.68º 0.48% 0.94% -
XYZ 32.98 28.48 85.42 -
YUV 145.04 181.02 113.71 -
System Red Green Blue C M Y K H S L
Decimal 125 137 239 0.48 0.43 0 0.06 233.68 0.78 0.71
Hex 7D 89 EF 30 2B 0 6 EA 4E 47
Octal 175 211 357 60 53 0 6 352 116 107
Binary 1111101 10001001 11101111 110000 101011 0 110 11101010 1001110 1000111

Color Harmonies of #7D89EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D89EF

Black with #7D89EF

Text Example


Text Example

White with #7D89EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,137,239); }

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

background-color css

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

 a { background-color: rgb(125,137,239); }

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

border-color css

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

 span { border-color: rgb(125,137,239); }

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