Html Css Color HEX #819CED Portage

📋 copy color: '#819CED'

red 129 ◦ green 156 ◦ blue 237

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

Shades of Portage #819CED

Tints of Portage #819CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

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

R = 24.71%
G = 29.89%
B = 45.4%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#819CED (or 0x819CED) is known color: Portage. HEX triplet: 81, 9C and ED. RGB value is (129,156,237). Sum of RGB (Red+Green+Blue) = 129+156+237=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #819CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CED is #7E6312. Grayscale: #9C9C9C. Windows color (decimal): -8282899 or 15572097. OLE color: 15572097.

HSL color Cylindrical-coordinate representation of color #819CED: hue angle of 225º 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 #819CED is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 156 237 -
CMYK 0.46 0.34 0 0.07
HSL 225º 0.75% 0.72% -
HSV(B) 225º 0.46% 0.93% -
XYZ 36.23 34.56 84.88 -
YUV 157.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 129 156 237 0.46 0.34 0 0.07 225 0.75 0.72
Hex 81 9C ED 2E 22 0 7 E1 4B 48
Octal 201 234 355 56 42 0 7 341 113 110
Binary 10000001 10011100 11101101 101110 100010 0 111 11100001 1001011 1001000

Color Harmonies of #819CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CED

Black with #819CED

Text Example


Text Example

White with #819CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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