Html Css Color HEX #7D92CD Portage

📋 copy color: '#7D92CD'

red 125 ◦ green 146 ◦ blue 205

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

Shades of Portage #7D92CD

Tints of Portage #7D92CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 26.26%
G = 30.67%
B = 43.07%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D92CD (or 0x7D92CD) is known color: Portage. HEX triplet: 7D, 92 and CD. RGB value is (125,146,205). Sum of RGB (Red+Green+Blue) = 125+146+205=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D92CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D92CD is #826D32. Grayscale: #929292. Windows color (decimal): -8547635 or 13472381. OLE color: 13472381.

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

Color convert

RGB 125 146 205 -
CMYK 0.39 0.29 0 0.20
HSL 224.25º 0.44% 0.65% -
HSV(B) 224.25º 0.39% 0.8% -
XYZ 29.76 29.33 61.85 -
YUV 146.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 125 146 205 0.39 0.29 0 0.20 224.25 0.44 0.65
Hex 7D 92 CD 27 1D 0 14 E0 2C 41
Octal 175 222 315 47 35 0 24 340 54 101
Binary 1111101 10010010 11001101 100111 11101 0 10100 11100000 101100 1000001

Color Harmonies of #7D92CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D92CD

Black with #7D92CD

Text Example


Text Example

White with #7D92CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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