Html Css Color HEX #818CDF Portage

📋 copy color: '#818CDF'

red 129 ◦ green 140 ◦ blue 223

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

Shades of Portage #818CDF

Tints of Portage #818CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 26.22%
G = 28.46%
B = 45.33%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#818CDF (or 0x818CDF) is known color: Portage. HEX triplet: 81, 8C and DF. RGB value is (129,140,223). Sum of RGB (Red+Green+Blue) = 129+140+223=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #818CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CDF is #7E7320. Grayscale: #919191. Windows color (decimal): -8287009 or 14650497. OLE color: 14650497.

HSL color Cylindrical-coordinate representation of color #818CDF: hue angle of 232.98º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818CDF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 140 223 -
CMYK 0.42 0.37 0 0.13
HSL 232.98º 0.59% 0.69% -
HSV(B) 232.98º 0.42% 0.87% -
XYZ 31.75 28.75 73.69 -
YUV 146.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 129 140 223 0.42 0.37 0 0.13 232.98 0.59 0.69
Hex 81 8C DF 2A 25 0 D E9 3B 45
Octal 201 214 337 52 45 0 15 351 73 105
Binary 10000001 10001100 11011111 101010 100101 0 1101 11101001 111011 1000101

Color Harmonies of #818CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CDF

Black with #818CDF

Text Example


Text Example

White with #818CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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