Html Css Color HEX #7D95DD Portage

📋 copy color: '#7D95DD'

red 125 ◦ green 149 ◦ blue 221

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

Shades of Portage #7D95DD

Tints of Portage #7D95DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

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

R = 25.25%
G = 30.1%
B = 44.65%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D95DD (or 0x7D95DD) is known color: Portage. HEX triplet: 7D, 95 and DD. RGB value is (125,149,221). Sum of RGB (Red+Green+Blue) = 125+149+221=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D95DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D95DD is #826A22. Grayscale: #959595. Windows color (decimal): -8546851 or 14521725. OLE color: 14521725.

HSL color Cylindrical-coordinate representation of color #7D95DD: hue angle of 225º 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 #7D95DD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 149 221 -
CMYK 0.43 0.33 0 0.13
HSL 225º 0.59% 0.68% -
HSV(B) 225º 0.43% 0.87% -
XYZ 32.26 31.08 72.7 -
YUV 150.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 125 149 221 0.43 0.33 0 0.13 225 0.59 0.68
Hex 7D 95 DD 2B 21 0 D E1 3B 44
Octal 175 225 335 53 41 0 15 341 73 104
Binary 1111101 10010101 11011101 101011 100001 0 1101 11100001 111011 1000100

Color Harmonies of #7D95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D95DD

Black with #7D95DD

Text Example


Text Example

White with #7D95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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