Html Css Color HEX #818CCF Portage

📋 copy color: '#818CCF'

red 129 ◦ green 140 ◦ blue 207

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

Shades of Portage #818CCF

Tints of Portage #818CCF

RGB

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

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

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

R = 27.1%
G = 29.41%
B = 43.49%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#818CCF (or 0x818CCF) is known color: Portage. HEX triplet: 81, 8C and CF. RGB value is (129,140,207). Sum of RGB (Red+Green+Blue) = 129+140+207=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #818CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CCF is #7E7330. Grayscale: #909090. Windows color (decimal): -8287025 or 13601921. OLE color: 13601921.

HSL color Cylindrical-coordinate representation of color #818CCF: hue angle of 231.54º 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 #818CCF is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 140 207 -
CMYK 0.38 0.32 0 0.19
HSL 231.54º 0.45% 0.66% -
HSV(B) 231.54º 0.38% 0.81% -
XYZ 29.69 27.93 62.86 -
YUV 144.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 129 140 207 0.38 0.32 0 0.19 231.54 0.45 0.66
Hex 81 8C CF 26 20 0 13 E8 2D 42
Octal 201 214 317 46 40 0 23 350 55 102
Binary 10000001 10001100 11001111 100110 100000 0 10011 11101000 101101 1000010

Color Harmonies of #818CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CCF

Black with #818CCF

Text Example


Text Example

White with #818CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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