Html Css Color HEX #768CDE Portage

📋 copy color: '#768CDE'

red 118 ◦ green 140 ◦ blue 222

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

Shades of Portage #768CDE

Tints of Portage #768CDE

RGB

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

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

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

R = 24.58%
G = 29.17%
B = 46.25%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#768CDE (or 0x768CDE) is known color: Portage. HEX triplet: 76, 8C and DE. RGB value is (118,140,222). Sum of RGB (Red+Green+Blue) = 118+140+222=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #768CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CDE is #897321. Grayscale: #8E8E8E. Windows color (decimal): -9007906 or 14584950. OLE color: 14584950.

HSL color Cylindrical-coordinate representation of color #768CDE: hue angle of 227.31º 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 #768CDE is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 140 222 -
CMYK 0.47 0.37 0 0.13
HSL 227.31º 0.61% 0.67% -
HSV(B) 227.31º 0.47% 0.87% -
XYZ 30.03 27.88 72.91 -
YUV 142.77 172.71 110.33 -
System Red Green Blue C M Y K H S L
Decimal 118 140 222 0.47 0.37 0 0.13 227.31 0.61 0.67
Hex 76 8C DE 2F 25 0 D E3 3D 43
Octal 166 214 336 57 45 0 15 343 75 103
Binary 1110110 10001100 11011110 101111 100101 0 1101 11100011 111101 1000011

Color Harmonies of #768CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CDE

Black with #768CDE

Text Example


Text Example

White with #768CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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