Html Css Color HEX #768CDA Portage

📋 copy color: '#768CDA'

red 118 ◦ green 140 ◦ blue 218

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

Shades of Portage #768CDA

Tints of Portage #768CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.41%

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 24.79%
G = 29.41%
B = 45.8%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#768CDA (or 0x768CDA) is known color: Portage. HEX triplet: 76, 8C and DA. RGB value is (118,140,218). Sum of RGB (Red+Green+Blue) = 118+140+218=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #768CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CDA is #897325. Grayscale: #8D8D8D. Windows color (decimal): -9007910 or 14322806. OLE color: 14322806.

HSL color Cylindrical-coordinate representation of color #768CDA: hue angle of 226.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768CDA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 140 218 -
CMYK 0.46 0.36 0 0.15
HSL 226.8º 0.57% 0.66% -
HSV(B) 226.8º 0.46% 0.85% -
XYZ 29.5 27.67 70.12 -
YUV 142.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 118 140 218 0.46 0.36 0 0.15 226.8 0.57 0.66
Hex 76 8C DA 2E 24 0 F E3 39 42
Octal 166 214 332 56 44 0 17 343 71 102
Binary 1110110 10001100 11011010 101110 100100 0 1111 11100011 111001 1000010

Color Harmonies of #768CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CDA

Black with #768CDA

Text Example


Text Example

White with #768CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768CDA; }

 p { color: rgb(118,140,218); }

 H1.HeaderClassName
 {
   color: #768CDA;
 }
 .AnyTagClassName
 {
   color: #768CDA;
 }
</style>

background-color css

<style>
 a { background-color: #768CDA; }

 a { background-color: rgb(118,140,218); }

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

border-color css

<style>
 span { border-color: #768CDA; }

 span { border-color: rgb(118,140,218); }

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