Html Css Color HEX #7D96DF Portage

📋 copy color: '#7D96DF'

red 125 ◦ green 150 ◦ blue 223

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

Shades of Portage #7D96DF

Tints of Portage #7D96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 25.1%
G = 30.12%
B = 44.78%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D96DF (or 0x7D96DF) is known color: Portage. HEX triplet: 7D, 96 and DF. RGB value is (125,150,223). Sum of RGB (Red+Green+Blue) = 125+150+223=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D96DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96DF is #826920. Grayscale: #969696. Windows color (decimal): -8546593 or 14653053. OLE color: 14653053.

HSL color Cylindrical-coordinate representation of color #7D96DF: hue angle of 224.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D96DF is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 150 223 -
CMYK 0.44 0.33 0 0.13
HSL 224.69º 0.6% 0.68% -
HSV(B) 224.69º 0.44% 0.87% -
XYZ 32.68 31.5 74.17 -
YUV 150.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 125 150 223 0.44 0.33 0 0.13 224.69 0.6 0.68
Hex 7D 96 DF 2C 21 0 D E1 3C 44
Octal 175 226 337 54 41 0 15 341 74 104
Binary 1111101 10010110 11011111 101100 100001 0 1101 11100001 111100 1000100

Color Harmonies of #7D96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D96DF

Black with #7D96DF

Text Example


Text Example

White with #7D96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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