Html Css Color HEX #7D95DB Portage

📋 copy color: '#7D95DB'

red 125 ◦ green 149 ◦ blue 219

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

Shades of Portage #7D95DB

Tints of Portage #7D95DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 25.35%
G = 30.22%
B = 44.42%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D95DB (or 0x7D95DB) is known color: Portage. HEX triplet: 7D, 95 and DB. RGB value is (125,149,219). Sum of RGB (Red+Green+Blue) = 125+149+219=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D95DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D95DB is #826A24. Grayscale: #959595. Windows color (decimal): -8546853 or 14390653. OLE color: 14390653.

HSL color Cylindrical-coordinate representation of color #7D95DB: hue angle of 224.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D95DB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 149 219 -
CMYK 0.43 0.32 0 0.14
HSL 224.68º 0.57% 0.67% -
HSV(B) 224.68º 0.43% 0.86% -
XYZ 31.99 30.97 71.31 -
YUV 149.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 125 149 219 0.43 0.32 0 0.14 224.68 0.57 0.67
Hex 7D 95 DB 2B 20 0 E E1 39 43
Octal 175 225 333 53 40 0 16 341 71 103
Binary 1111101 10010101 11011011 101011 100000 0 1110 11100001 111001 1000011

Color Harmonies of #7D95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D95DB

Black with #7D95DB

Text Example


Text Example

White with #7D95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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