Html Css Color HEX #7795CF Portage

📋 copy color: '#7795CF'

red 119 ◦ green 149 ◦ blue 207

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

Shades of Portage #7795CF

Tints of Portage #7795CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.37%

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

R = 25.05%
G = 31.37%
B = 43.58%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7795CF (or 0x7795CF) is known color: Portage. HEX triplet: 77, 95 and CF. RGB value is (119,149,207). Sum of RGB (Red+Green+Blue) = 119+149+207=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #7795CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795CF is #886A30. Grayscale: #929292. Windows color (decimal): -8940081 or 13604215. OLE color: 13604215.

HSL color Cylindrical-coordinate representation of color #7795CF: hue angle of 219.55º 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 #7795CF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 149 207 -
CMYK 0.43 0.28 0 0.19
HSL 219.55º 0.48% 0.64% -
HSV(B) 219.55º 0.43% 0.81% -
XYZ 29.62 29.92 63.25 -
YUV 146.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 119 149 207 0.43 0.28 0 0.19 219.55 0.48 0.64
Hex 77 95 CF 2B 1C 0 13 DC 30 40
Octal 167 225 317 53 34 0 23 334 60 100
Binary 1110111 10010101 11001111 101011 11100 0 10011 11011100 110000 1000000

Color Harmonies of #7795CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7795CF

Black with #7795CF

Text Example


Text Example

White with #7795CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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