Html Css Color HEX #819AED Portage

📋 copy color: '#819AED'

red 129 ◦ green 154 ◦ blue 237

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

Shades of Portage #819AED

Tints of Portage #819AED

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

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

R = 24.81%
G = 29.62%
B = 45.58%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#819AED (or 0x819AED) is known color: Portage. HEX triplet: 81, 9A and ED. RGB value is (129,154,237). Sum of RGB (Red+Green+Blue) = 129+154+237=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #819AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819AED is #7E6512. Grayscale: #9B9B9B. Windows color (decimal): -8283411 or 15571585. OLE color: 15571585.

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

Color convert

RGB 129 154 237 -
CMYK 0.46 0.35 0 0.07
HSL 226.11º 0.75% 0.72% -
HSV(B) 226.11º 0.46% 0.93% -
XYZ 35.89 33.89 84.77 -
YUV 155.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 129 154 237 0.46 0.35 0 0.07 226.11 0.75 0.72
Hex 81 9A ED 2E 23 0 7 E2 4B 48
Octal 201 232 355 56 43 0 7 342 113 110
Binary 10000001 10011010 11101101 101110 100011 0 111 11100010 1001011 1001000

Color Harmonies of #819AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819AED

Black with #819AED

Text Example


Text Example

White with #819AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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