Html Css Color HEX #818BCB Portage

📋 copy color: '#818BCB'

red 129 ◦ green 139 ◦ blue 203

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

Shades of Portage #818BCB

Tints of Portage #818BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

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

R = 27.39%
G = 29.51%
B = 43.1%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#818BCB (or 0x818BCB) is known color: Portage. HEX triplet: 81, 8B and CB. RGB value is (129,139,203). Sum of RGB (Red+Green+Blue) = 129+139+203=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #818BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BCB is #7E7434. Grayscale: #8F8F8F. Windows color (decimal): -8287285 or 13339521. OLE color: 13339521.

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

Color convert

RGB 129 139 203 -
CMYK 0.36 0.32 0 0.20
HSL 231.89º 0.42% 0.65% -
HSV(B) 231.89º 0.36% 0.8% -
XYZ 29.07 27.44 60.27 -
YUV 143.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 129 139 203 0.36 0.32 0 0.20 231.89 0.42 0.65
Hex 81 8B CB 24 20 0 14 E8 2A 41
Octal 201 213 313 44 40 0 24 350 52 101
Binary 10000001 10001011 11001011 100100 100000 0 10100 11101000 101010 1000001

Color Harmonies of #818BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BCB

Black with #818BCB

Text Example


Text Example

White with #818BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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