Html Css Color HEX #7C93DC Portage

📋 copy color: '#7C93DC'

red 124 ◦ green 147 ◦ blue 220

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

Shades of Portage #7C93DC

Tints of Portage #7C93DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.94%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 25.25%
G = 29.94%
B = 44.81%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C93DC (or 0x7C93DC) is known color: Portage. HEX triplet: 7C, 93 and DC. RGB value is (124,147,220). Sum of RGB (Red+Green+Blue) = 124+147+220=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C93DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93DC is #836C23. Grayscale: #949494. Windows color (decimal): -8612900 or 14455676. OLE color: 14455676.

HSL color Cylindrical-coordinate representation of color #7C93DC: hue angle of 225.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C93DC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 147 220 -
CMYK 0.44 0.33 0 0.14
HSL 225.63º 0.58% 0.67% -
HSV(B) 225.63º 0.44% 0.86% -
XYZ 31.66 30.32 71.89 -
YUV 148.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 124 147 220 0.44 0.33 0 0.14 225.63 0.58 0.67
Hex 7C 93 DC 2C 21 0 E E2 3A 43
Octal 174 223 334 54 41 0 16 342 72 103
Binary 1111100 10010011 11011100 101100 100001 0 1110 11100010 111010 1000011

Color Harmonies of #7C93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C93DC

Black with #7C93DC

Text Example


Text Example

White with #7C93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,147,220); }

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

background-color css

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

 a { background-color: rgb(124,147,220); }

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

border-color css

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

 span { border-color: rgb(124,147,220); }

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