Html Css Color HEX #7685E4 Portage

📋 copy color: '#7685E4'

red 118 ◦ green 133 ◦ blue 228

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

Shades of Portage #7685E4

Tints of Portage #7685E4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.77%

 BLUE value IS 228 (89.45% from 255) = 47.6%

R = 24.63%
G = 27.77%
B = 47.6%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7685E4 (or 0x7685E4) is known color: Portage. HEX triplet: 76, 85 and E4. RGB value is (118,133,228). Sum of RGB (Red+Green+Blue) = 118+133+228=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 228 - color contains mainly: blue. Hex color #7685E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685E4 is #897A1B. Grayscale: #8A8A8A. Windows color (decimal): -9009692 or 14976374. OLE color: 14976374.

HSL color Cylindrical-coordinate representation of color #7685E4: hue angle of 231.82º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7685E4 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 133 228 -
CMYK 0.48 0.42 0 0.11
HSL 231.82º 0.67% 0.68% -
HSV(B) 231.82º 0.48% 0.89% -
XYZ 29.86 26.23 76.89 -
YUV 139.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 118 133 228 0.48 0.42 0 0.11 231.82 0.67 0.68
Hex 76 85 E4 30 2A 0 B E8 43 44
Octal 166 205 344 60 52 0 13 350 103 104
Binary 1110110 10000101 11100100 110000 101010 0 1011 11101000 1000011 1000100

Color Harmonies of #7685E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685E4

Black with #7685E4

Text Example


Text Example

White with #7685E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7685E4; }

 p { color: rgb(118,133,228); }

 H1.HeaderClassName
 {
   color: #7685E4;
 }
 .AnyTagClassName
 {
   color: #7685E4;
 }
</style>

background-color css

<style>
 a { background-color: #7685E4; }

 a { background-color: rgb(118,133,228); }

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

border-color css

<style>
 span { border-color: #7685E4; }

 span { border-color: rgb(118,133,228); }

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