Html Css Color HEX #818AD3 Portage

📋 copy color: '#818AD3'

red 129 ◦ green 138 ◦ blue 211

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

Shades of Portage #818AD3

Tints of Portage #818AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.14%

R = 26.99%
G = 28.87%
B = 44.14%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#818AD3 (or 0x818AD3) is known color: Portage. HEX triplet: 81, 8A and D3. RGB value is (129,138,211). Sum of RGB (Red+Green+Blue) = 129+138+211=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #818AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AD3 is #7E752C. Grayscale: #8F8F8F. Windows color (decimal): -8287533 or 13863553. OLE color: 13863553.

HSL color Cylindrical-coordinate representation of color #818AD3: hue angle of 233.41º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #818AD3 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 129 138 211 -
CMYK 0.39 0.35 0 0.17
HSL 233.41º 0.48% 0.67% -
HSV(B) 233.41º 0.39% 0.83% -
XYZ 29.9 27.55 65.37 -
YUV 143.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 129 138 211 0.39 0.35 0 0.17 233.41 0.48 0.67
Hex 81 8A D3 27 23 0 11 E9 30 43
Octal 201 212 323 47 43 0 21 351 60 103
Binary 10000001 10001010 11010011 100111 100011 0 10001 11101001 110000 1000011

Color Harmonies of #818AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818AD3

Black with #818AD3

Text Example


Text Example

White with #818AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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