Html Css Color HEX #818CED Portage

📋 copy color: '#818CED'

red 129 ◦ green 140 ◦ blue 237

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

Shades of Portage #818CED

Tints of Portage #818CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 25.49%
G = 27.67%
B = 46.84%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#818CED (or 0x818CED) is known color: Portage. HEX triplet: 81, 8C and ED. RGB value is (129,140,237). Sum of RGB (Red+Green+Blue) = 129+140+237=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #818CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CED is #7E7312. Grayscale: #939393. Windows color (decimal): -8286995 or 15568001. OLE color: 15568001.

HSL color Cylindrical-coordinate representation of color #818CED: hue angle of 233.89º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818CED is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 140 237 -
CMYK 0.46 0.41 0 0.07
HSL 233.89º 0.75% 0.72% -
HSV(B) 233.89º 0.46% 0.93% -
XYZ 33.72 29.54 84.05 -
YUV 147.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 129 140 237 0.46 0.41 0 0.07 233.89 0.75 0.72
Hex 81 8C ED 2E 29 0 7 EA 4B 48
Octal 201 214 355 56 51 0 7 352 113 110
Binary 10000001 10001100 11101101 101110 101001 0 111 11101010 1001011 1001000

Color Harmonies of #818CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818CED

Black with #818CED

Text Example


Text Example

White with #818CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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