Html Css Color HEX #7692DC Portage

📋 copy color: '#7692DC'

red 118 ◦ green 146 ◦ blue 220

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

Shades of Portage #7692DC

Tints of Portage #7692DC

RGB

 RED value IS 118 (46.48% from 255) = 24.38%

 GREEN value IS 146 (57.42% from 255) = 30.17%

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

R = 24.38%
G = 30.17%
B = 45.45%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7692DC (or 0x7692DC) is known color: Portage. HEX triplet: 76, 92 and DC. RGB value is (118,146,220). Sum of RGB (Red+Green+Blue) = 118+146+220=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #7692DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692DC is #896D23. Grayscale: #919191. Windows color (decimal): -9006372 or 14455414. OLE color: 14455414.

HSL color Cylindrical-coordinate representation of color #7692DC: hue angle of 223.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7692DC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 146 220 -
CMYK 0.46 0.34 0 0.14
HSL 223.53º 0.59% 0.66% -
HSV(B) 223.53º 0.46% 0.86% -
XYZ 30.67 29.58 71.8 -
YUV 146.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 118 146 220 0.46 0.34 0 0.14 223.53 0.59 0.66
Hex 76 92 DC 2E 22 0 E E0 3B 42
Octal 166 222 334 56 42 0 16 340 73 102
Binary 1110110 10010010 11011100 101110 100010 0 1110 11100000 111011 1000010

Color Harmonies of #7692DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7692DC

Black with #7692DC

Text Example


Text Example

White with #7692DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7692DC; }

 p { color: rgb(118,146,220); }

 H1.HeaderClassName
 {
   color: #7692DC;
 }
 .AnyTagClassName
 {
   color: #7692DC;
 }
</style>

background-color css

<style>
 a { background-color: #7692DC; }

 a { background-color: rgb(118,146,220); }

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

border-color css

<style>
 span { border-color: #7692DC; }

 span { border-color: rgb(118,146,220); }

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