Html Css Color HEX #7D92CE Portage

📋 copy color: '#7D92CE'

red 125 ◦ green 146 ◦ blue 206

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

Shades of Portage #7D92CE

Tints of Portage #7D92CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 26.21%
G = 30.61%
B = 43.19%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D92CE (or 0x7D92CE) is known color: Portage. HEX triplet: 7D, 92 and CE. RGB value is (125,146,206). Sum of RGB (Red+Green+Blue) = 125+146+206=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D92CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D92CE is #826D31. Grayscale: #929292. Windows color (decimal): -8547634 or 13537917. OLE color: 13537917.

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

Color convert

RGB 125 146 206 -
CMYK 0.39 0.29 0 0.19
HSL 224.44º 0.45% 0.65% -
HSV(B) 224.44º 0.39% 0.81% -
XYZ 29.88 29.37 62.49 -
YUV 146.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 125 146 206 0.39 0.29 0 0.19 224.44 0.45 0.65
Hex 7D 92 CE 27 1D 0 13 E0 2D 41
Octal 175 222 316 47 35 0 23 340 55 101
Binary 1111101 10010010 11001110 100111 11101 0 10011 11100000 101101 1000001

Color Harmonies of #7D92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D92CE

Black with #7D92CE

Text Example


Text Example

White with #7D92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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