Html Css Color HEX #7C82DD Portage

📋 copy color: '#7C82DD'

red 124 ◦ green 130 ◦ blue 221

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

Shades of Portage #7C82DD

Tints of Portage #7C82DD

RGB

 RED value IS 124 (48.83% from 255) = 26.11%

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 26.11%
G = 27.37%
B = 46.53%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C82DD (or 0x7C82DD) is known color: Portage. HEX triplet: 7C, 82 and DD. RGB value is (124,130,221). Sum of RGB (Red+Green+Blue) = 124+130+221=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C82DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C82DD is #837D22. Grayscale: #8A8A8A. Windows color (decimal): -8617251 or 14516860. OLE color: 14516860.

HSL color Cylindrical-coordinate representation of color #7C82DD: hue angle of 236.29º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C82DD is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 130 221 -
CMYK 0.44 0.41 0 0.13
HSL 236.29º 0.59% 0.68% -
HSV(B) 236.29º 0.44% 0.87% -
XYZ 29.35 25.47 71.78 -
YUV 138.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 124 130 221 0.44 0.41 0 0.13 236.29 0.59 0.68
Hex 7C 82 DD 2C 29 0 D EC 3B 44
Octal 174 202 335 54 51 0 15 354 73 104
Binary 1111100 10000010 11011101 101100 101001 0 1101 11101100 111011 1000100

Color Harmonies of #7C82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C82DD

Black with #7C82DD

Text Example


Text Example

White with #7C82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,130,221); }

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

background-color css

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

 a { background-color: rgb(124,130,221); }

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

border-color css

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

 span { border-color: rgb(124,130,221); }

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