Html Css Color HEX #818ADA Portage

📋 copy color: '#818ADA'

red 129 ◦ green 138 ◦ blue 218

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

Shades of Portage #818ADA

Tints of Portage #818ADA

RGB

 RED value IS 129 (50.78% from 255) = 26.6%

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

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

R = 26.6%
G = 28.45%
B = 44.95%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#818ADA (or 0x818ADA) is known color: Portage. HEX triplet: 81, 8A and DA. RGB value is (129,138,218). Sum of RGB (Red+Green+Blue) = 129+138+218=485 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.60% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #818ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ADA is #7E7525. Grayscale: #909090. Windows color (decimal): -8287526 or 14322305. OLE color: 14322305.

HSL color Cylindrical-coordinate representation of color #818ADA: hue angle of 233.93º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818ADA is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 138 218 -
CMYK 0.41 0.37 0 0.15
HSL 233.93º 0.55% 0.68% -
HSV(B) 233.93º 0.41% 0.85% -
XYZ 30.8 27.91 70.09 -
YUV 144.43 169.52 117 -
System Red Green Blue C M Y K H S L
Decimal 129 138 218 0.41 0.37 0 0.15 233.93 0.55 0.68
Hex 81 8A DA 29 25 0 F EA 37 44
Octal 201 212 332 51 45 0 17 352 67 104
Binary 10000001 10001010 11011010 101001 100101 0 1111 11101010 110111 1000100

Color Harmonies of #818ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818ADA

Black with #818ADA

Text Example


Text Example

White with #818ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818ADA; }

 p { color: rgb(129,138,218); }

 H1.HeaderClassName
 {
   color: #818ADA;
 }
 .AnyTagClassName
 {
   color: #818ADA;
 }
</style>

background-color css

<style>
 a { background-color: #818ADA; }

 a { background-color: rgb(129,138,218); }

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

border-color css

<style>
 span { border-color: #818ADA; }

 span { border-color: rgb(129,138,218); }

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