Html Css Color HEX #818CF6 Portage

📋 copy color: '#818CF6'

red 129 ◦ green 140 ◦ blue 246

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

Shades of Portage #818CF6

Tints of Portage #818CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 25.05%
G = 27.18%
B = 47.77%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#818CF6 (or 0x818CF6) is known color: Portage. HEX triplet: 81, 8C and F6. RGB value is (129,140,246). Sum of RGB (Red+Green+Blue) = 129+140+246=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #818CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CF6 is #7E7309. Grayscale: #949494. Windows color (decimal): -8286986 or 16157825. OLE color: 16157825.

HSL color Cylindrical-coordinate representation of color #818CF6: hue angle of 234.36º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #818CF6 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 129 140 246 -
CMYK 0.48 0.43 0 0.04
HSL 234.36º 0.87% 0.74% -
HSV(B) 234.36º 0.48% 0.96% -
XYZ 35.07 30.08 91.15 -
YUV 148.8 182.86 113.88 -
System Red Green Blue C M Y K H S L
Decimal 129 140 246 0.48 0.43 0 0.04 234.36 0.87 0.74
Hex 81 8C F6 30 2B 0 4 EA 57 4A
Octal 201 214 366 60 53 0 4 352 127 112
Binary 10000001 10001100 11110110 110000 101011 0 100 11101010 1010111 1001010

Color Harmonies of #818CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CF6

Black with #818CF6

Text Example


Text Example

White with #818CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,140,246); }

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

background-color css

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

 a { background-color: rgb(129,140,246); }

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

border-color css

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

 span { border-color: rgb(129,140,246); }

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