Html Css Color HEX #7D96EF Portage

📋 copy color: '#7D96EF'

red 125 ◦ green 150 ◦ blue 239

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

Shades of Portage #7D96EF

Tints of Portage #7D96EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.18%

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

R = 24.32%
G = 29.18%
B = 46.5%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D96EF (or 0x7D96EF) is known color: Portage. HEX triplet: 7D, 96 and EF. RGB value is (125,150,239). Sum of RGB (Red+Green+Blue) = 125+150+239=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D96EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D96EF is #826910. Grayscale: #989898. Windows color (decimal): -8546577 or 15701629. OLE color: 15701629.

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

Color convert

RGB 125 150 239 -
CMYK 0.48 0.37 0 0.06
HSL 226.84º 0.78% 0.71% -
HSV(B) 226.84º 0.48% 0.94% -
XYZ 34.94 32.4 86.07 -
YUV 152.67 176.72 108.26 -
System Red Green Blue C M Y K H S L
Decimal 125 150 239 0.48 0.37 0 0.06 226.84 0.78 0.71
Hex 7D 96 EF 30 25 0 6 E3 4E 47
Octal 175 226 357 60 45 0 6 343 116 107
Binary 1111101 10010110 11101111 110000 100101 0 110 11100011 1001110 1000111

Color Harmonies of #7D96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D96EF

Black with #7D96EF

Text Example


Text Example

White with #7D96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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