Html Css Color HEX #7793CF Portage

📋 copy color: '#7793CF'

red 119 ◦ green 147 ◦ blue 207

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

Shades of Portage #7793CF

Tints of Portage #7793CF

RGB

 RED value IS 119 (46.88% from 255) = 25.16%

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

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 25.16%
G = 31.08%
B = 43.76%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7793CF (or 0x7793CF) is known color: Portage. HEX triplet: 77, 93 and CF. RGB value is (119,147,207). Sum of RGB (Red+Green+Blue) = 119+147+207=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #7793CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7793CF is #886C30. Grayscale: #919191. Windows color (decimal): -8940593 or 13603703. OLE color: 13603703.

HSL color Cylindrical-coordinate representation of color #7793CF: hue angle of 220.91º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7793CF is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 147 207 -
CMYK 0.43 0.29 0 0.19
HSL 220.91º 0.48% 0.64% -
HSV(B) 220.91º 0.43% 0.81% -
XYZ 29.3 29.29 63.14 -
YUV 145.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 119 147 207 0.43 0.29 0 0.19 220.91 0.48 0.64
Hex 77 93 CF 2B 1D 0 13 DD 30 40
Octal 167 223 317 53 35 0 23 335 60 100
Binary 1110111 10010011 11001111 101011 11101 0 10011 11011101 110000 1000000

Color Harmonies of #7793CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7793CF

Black with #7793CF

Text Example


Text Example

White with #7793CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7793CF; }

 p { color: rgb(119,147,207); }

 H1.HeaderClassName
 {
   color: #7793CF;
 }
 .AnyTagClassName
 {
   color: #7793CF;
 }
</style>

background-color css

<style>
 a { background-color: #7793CF; }

 a { background-color: rgb(119,147,207); }

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

border-color css

<style>
 span { border-color: #7793CF; }

 span { border-color: rgb(119,147,207); }

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