Html Css Color HEX #7C99DF Portage

📋 copy color: '#7C99DF'

red 124 ◦ green 153 ◦ blue 223

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

Shades of Portage #7C99DF

Tints of Portage #7C99DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.6%

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 24.8%
G = 30.6%
B = 44.6%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C99DF (or 0x7C99DF) is known color: Portage. HEX triplet: 7C, 99 and DF. RGB value is (124,153,223). Sum of RGB (Red+Green+Blue) = 124+153+223=500 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C99DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C99DF is #836620. Grayscale: #989898. Windows color (decimal): -8611361 or 14653820. OLE color: 14653820.

HSL color Cylindrical-coordinate representation of color #7C99DF: hue angle of 222.42º degrees, saturation: 0.61, 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 #7C99DF is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 153 223 -
CMYK 0.44 0.31 0 0.13
HSL 222.42º 0.61% 0.68% -
HSV(B) 222.42º 0.44% 0.87% -
XYZ 33.02 32.4 74.32 -
YUV 152.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 124 153 223 0.44 0.31 0 0.13 222.42 0.61 0.68
Hex 7C 99 DF 2C 1F 0 D DE 3D 44
Octal 174 231 337 54 37 0 15 336 75 104
Binary 1111100 10011001 11011111 101100 11111 0 1101 11011110 111101 1000100

Color Harmonies of #7C99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C99DF

Black with #7C99DF

Text Example


Text Example

White with #7C99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,223); }

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

background-color css

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

 a { background-color: rgb(124,153,223); }

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

border-color css

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

 span { border-color: rgb(124,153,223); }

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