Html Css Color HEX #768FDE Portage

📋 copy color: '#768FDE'

red 118 ◦ green 143 ◦ blue 222

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

Shades of Portage #768FDE

Tints of Portage #768FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.61%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 24.43%
G = 29.61%
B = 45.96%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#768FDE (or 0x768FDE) is known color: Portage. HEX triplet: 76, 8F and DE. RGB value is (118,143,222). Sum of RGB (Red+Green+Blue) = 118+143+222=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #768FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FDE is #897021. Grayscale: #909090. Windows color (decimal): -9007138 or 14585718. OLE color: 14585718.

HSL color Cylindrical-coordinate representation of color #768FDE: hue angle of 225.58º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768FDE is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 143 222 -
CMYK 0.47 0.36 0 0.13
HSL 225.58º 0.61% 0.67% -
HSV(B) 225.58º 0.47% 0.87% -
XYZ 30.48 28.77 73.05 -
YUV 144.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 118 143 222 0.47 0.36 0 0.13 225.58 0.61 0.67
Hex 76 8F DE 2F 24 0 D E2 3D 43
Octal 166 217 336 57 44 0 15 342 75 103
Binary 1110110 10001111 11011110 101111 100100 0 1101 11100010 111101 1000011

Color Harmonies of #768FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FDE

Black with #768FDE

Text Example


Text Example

White with #768FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,143,222); }

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

background-color css

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

 a { background-color: rgb(118,143,222); }

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

border-color css

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

 span { border-color: rgb(118,143,222); }

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