Html Css Color HEX #7D92CF Portage

📋 copy color: '#7D92CF'

red 125 ◦ green 146 ◦ blue 207

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

Shades of Portage #7D92CF

Tints of Portage #7D92CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 26.15%
G = 30.54%
B = 43.31%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D92CF (or 0x7D92CF) is known color: Portage. HEX triplet: 7D, 92 and CF. RGB value is (125,146,207). Sum of RGB (Red+Green+Blue) = 125+146+207=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D92CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D92CF is #826D30. Grayscale: #929292. Windows color (decimal): -8547633 or 13603453. OLE color: 13603453.

HSL color Cylindrical-coordinate representation of color #7D92CF: hue angle of 224.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D92CF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 146 207 -
CMYK 0.40 0.29 0 0.19
HSL 224.63º 0.46% 0.65% -
HSV(B) 224.63º 0.4% 0.81% -
XYZ 30 29.42 63.13 -
YUV 146.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 125 146 207 0.40 0.29 0 0.19 224.63 0.46 0.65
Hex 7D 92 CF 28 1D 0 13 E1 2E 41
Octal 175 222 317 50 35 0 23 341 56 101
Binary 1111101 10010010 11001111 101000 11101 0 10011 11100001 101110 1000001

Color Harmonies of #7D92CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D92CF

Black with #7D92CF

Text Example


Text Example

White with #7D92CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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