Html Css Color HEX #819CEE Portage

📋 copy color: '#819CEE'

red 129 ◦ green 156 ◦ blue 238

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

Shades of Portage #819CEE

Tints of Portage #819CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 24.67%
G = 29.83%
B = 45.51%

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

#819CEE (or 0x819CEE) is known color: Portage. HEX triplet: 81, 9C and EE. RGB value is (129,156,238). Sum of RGB (Red+Green+Blue) = 129+156+238=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #819CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #819CEE is #7E6311. Grayscale: #9C9C9C. Windows color (decimal): -8282898 or 15637633. OLE color: 15637633.

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

Color convert

RGB 129 156 238 -
CMYK 0.46 0.34 0 0.07
HSL 225.14º 0.76% 0.72% -
HSV(B) 225.14º 0.46% 0.93% -
XYZ 36.37 34.62 85.65 -
YUV 157.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 129 156 238 0.46 0.34 0 0.07 225.14 0.76 0.72
Hex 81 9C EE 2E 22 0 7 E1 4C 48
Octal 201 234 356 56 42 0 7 341 114 110
Binary 10000001 10011100 11101110 101110 100010 0 111 11100001 1001100 1001000

Color Harmonies of #819CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CEE

Black with #819CEE

Text Example


Text Example

White with #819CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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