Html Css Color HEX #768ADE Portage

📋 copy color: '#768ADE'

red 118 ◦ green 138 ◦ blue 222

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

Shades of Portage #768ADE

Tints of Portage #768ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

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

R = 24.69%
G = 28.87%
B = 46.44%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#768ADE (or 0x768ADE) is known color: Portage. HEX triplet: 76, 8A and DE. RGB value is (118,138,222). Sum of RGB (Red+Green+Blue) = 118+138+222=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #768ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768ADE is #897521. Grayscale: #8D8D8D. Windows color (decimal): -9008418 or 14584438. OLE color: 14584438.

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

Color convert

RGB 118 138 222 -
CMYK 0.47 0.38 0 0.13
HSL 228.46º 0.61% 0.67% -
HSV(B) 228.46º 0.47% 0.87% -
XYZ 29.74 27.3 72.81 -
YUV 141.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 118 138 222 0.47 0.38 0 0.13 228.46 0.61 0.67
Hex 76 8A DE 2F 26 0 D E4 3D 43
Octal 166 212 336 57 46 0 15 344 75 103
Binary 1110110 10001010 11011110 101111 100110 0 1101 11100100 111101 1000011

Color Harmonies of #768ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768ADE

Black with #768ADE

Text Example


Text Example

White with #768ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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