Html Css Color HEX #7D96DD Portage

📋 copy color: '#7D96DD'

red 125 ◦ green 150 ◦ blue 221

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

Shades of Portage #7D96DD

Tints of Portage #7D96DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 25.2%
G = 30.24%
B = 44.56%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D96DD (or 0x7D96DD) is known color: Portage. HEX triplet: 7D, 96 and DD. RGB value is (125,150,221). Sum of RGB (Red+Green+Blue) = 125+150+221=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D96DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96DD is #826922. Grayscale: #969696. Windows color (decimal): -8546595 or 14521981. OLE color: 14521981.

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

Color convert

RGB 125 150 221 -
CMYK 0.43 0.32 0 0.13
HSL 224.38º 0.59% 0.68% -
HSV(B) 224.38º 0.43% 0.87% -
XYZ 32.41 31.39 72.76 -
YUV 150.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 125 150 221 0.43 0.32 0 0.13 224.38 0.59 0.68
Hex 7D 96 DD 2B 20 0 D E0 3B 44
Octal 175 226 335 53 40 0 15 340 73 104
Binary 1111101 10010110 11011101 101011 100000 0 1101 11100000 111011 1000100

Color Harmonies of #7D96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D96DD

Black with #7D96DD

Text Example


Text Example

White with #7D96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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