Html Css Color HEX #7D92DC Portage

📋 copy color: '#7D92DC'

red 125 ◦ green 146 ◦ blue 220

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

Shades of Portage #7D92DC

Tints of Portage #7D92DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.74%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 25.46%
G = 29.74%
B = 44.81%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D92DC (or 0x7D92DC) is known color: Portage. HEX triplet: 7D, 92 and DC. RGB value is (125,146,220). Sum of RGB (Red+Green+Blue) = 125+146+220=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D92DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D92DC is #826D23. Grayscale: #939393. Windows color (decimal): -8547620 or 14455421. OLE color: 14455421.

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

Color convert

RGB 125 146 220 -
CMYK 0.43 0.34 0 0.14
HSL 226.74º 0.58% 0.68% -
HSV(B) 226.74º 0.43% 0.86% -
XYZ 31.65 30.09 71.85 -
YUV 148.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 125 146 220 0.43 0.34 0 0.14 226.74 0.58 0.68
Hex 7D 92 DC 2B 22 0 E E3 3A 44
Octal 175 222 334 53 42 0 16 343 72 104
Binary 1111101 10010010 11011100 101011 100010 0 1110 11100011 111010 1000100

Color Harmonies of #7D92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D92DC

Black with #7D92DC

Text Example


Text Example

White with #7D92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,146,220); }

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

background-color css

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

 a { background-color: rgb(125,146,220); }

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

border-color css

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

 span { border-color: rgb(125,146,220); }

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