Html Css Color HEX #818FCF Portage

📋 copy color: '#818FCF'

red 129 ◦ green 143 ◦ blue 207

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

Shades of Portage #818FCF

Tints of Portage #818FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.85%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 26.93%
G = 29.85%
B = 43.22%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#818FCF (or 0x818FCF) is known color: Portage. HEX triplet: 81, 8F and CF. RGB value is (129,143,207). Sum of RGB (Red+Green+Blue) = 129+143+207=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #818FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FCF is #7E7030. Grayscale: #919191. Windows color (decimal): -8286257 or 13602689. OLE color: 13602689.

HSL color Cylindrical-coordinate representation of color #818FCF: hue angle of 229.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818FCF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 143 207 -
CMYK 0.38 0.31 0 0.19
HSL 229.23º 0.45% 0.66% -
HSV(B) 229.23º 0.38% 0.81% -
XYZ 30.14 28.82 63.01 -
YUV 146.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 129 143 207 0.38 0.31 0 0.19 229.23 0.45 0.66
Hex 81 8F CF 26 1F 0 13 E5 2D 42
Octal 201 217 317 46 37 0 23 345 55 102
Binary 10000001 10001111 11001111 100110 11111 0 10011 11100101 101101 1000010

Color Harmonies of #818FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818FCF

Black with #818FCF

Text Example


Text Example

White with #818FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,143,207); }

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

background-color css

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

 a { background-color: rgb(129,143,207); }

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

border-color css

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

 span { border-color: rgb(129,143,207); }

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