Html Css Color HEX #7D90EF Portage

📋 copy color: '#7D90EF'

red 125 ◦ green 144 ◦ blue 239

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

Shades of Portage #7D90EF

Tints of Portage #7D90EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.35%

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

R = 24.61%
G = 28.35%
B = 47.05%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D90EF (or 0x7D90EF) is known color: Portage. HEX triplet: 7D, 90 and EF. RGB value is (125,144,239). Sum of RGB (Red+Green+Blue) = 125+144+239=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D90EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D90EF is #826F10. Grayscale: #949494. Windows color (decimal): -8548113 or 15700093. OLE color: 15700093.

HSL color Cylindrical-coordinate representation of color #7D90EF: hue angle of 230º 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 #7D90EF is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 144 239 -
CMYK 0.48 0.40 0 0.06
HSL 230º 0.78% 0.71% -
HSV(B) 230º 0.48% 0.94% -
XYZ 34.01 30.54 85.76 -
YUV 149.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 125 144 239 0.48 0.40 0 0.06 230 0.78 0.71
Hex 7D 90 EF 30 28 0 6 E6 4E 47
Octal 175 220 357 60 50 0 6 346 116 107
Binary 1111101 10010000 11101111 110000 101000 0 110 11100110 1001110 1000111

Color Harmonies of #7D90EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D90EF

Black with #7D90EF

Text Example


Text Example

White with #7D90EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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