Html Css Color HEX #818CCB Portage

📋 copy color: '#818CCB'

red 129 ◦ green 140 ◦ blue 203

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

Shades of Portage #818CCB

Tints of Portage #818CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 27.33%
G = 29.66%
B = 43.01%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#818CCB (or 0x818CCB) is known color: Portage. HEX triplet: 81, 8C and CB. RGB value is (129,140,203). Sum of RGB (Red+Green+Blue) = 129+140+203=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #818CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CCB is #7E7334. Grayscale: #8F8F8F. Windows color (decimal): -8287029 or 13339777. OLE color: 13339777.

HSL color Cylindrical-coordinate representation of color #818CCB: hue angle of 231.08º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #818CCB is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 140 203 -
CMYK 0.36 0.31 0 0.20
HSL 231.08º 0.42% 0.65% -
HSV(B) 231.08º 0.36% 0.8% -
XYZ 29.21 27.74 60.31 -
YUV 143.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 129 140 203 0.36 0.31 0 0.20 231.08 0.42 0.65
Hex 81 8C CB 24 1F 0 14 E7 2A 41
Octal 201 214 313 44 37 0 24 347 52 101
Binary 10000001 10001100 11001011 100100 11111 0 10100 11100111 101010 1000001

Color Harmonies of #818CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CCB

Black with #818CCB

Text Example


Text Example

White with #818CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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