Html Css Color HEX #7D94EF Portage

📋 copy color: '#7D94EF'

red 125 ◦ green 148 ◦ blue 239

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

Shades of Portage #7D94EF

Tints of Portage #7D94EF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 24.41%
G = 28.91%
B = 46.68%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D94EF (or 0x7D94EF) is known color: Portage. HEX triplet: 7D, 94 and EF. RGB value is (125,148,239). Sum of RGB (Red+Green+Blue) = 125+148+239=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D94EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D94EF is #826B10. Grayscale: #979797. Windows color (decimal): -8547089 or 15701117. OLE color: 15701117.

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

Color convert

RGB 125 148 239 -
CMYK 0.48 0.38 0 0.06
HSL 227.89º 0.78% 0.71% -
HSV(B) 227.89º 0.48% 0.94% -
XYZ 34.63 31.77 85.97 -
YUV 151.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 125 148 239 0.48 0.38 0 0.06 227.89 0.78 0.71
Hex 7D 94 EF 30 26 0 6 E4 4E 47
Octal 175 224 357 60 46 0 6 344 116 107
Binary 1111101 10010100 11101111 110000 100110 0 110 11100100 1001110 1000111

Color Harmonies of #7D94EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D94EF

Black with #7D94EF

Text Example


Text Example

White with #7D94EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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