Html Css Color HEX #8195DA Portage

📋 copy color: '#8195DA'

red 129 ◦ green 149 ◦ blue 218

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

Shades of Portage #8195DA

Tints of Portage #8195DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.04%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 26.01%
G = 30.04%
B = 43.95%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8195DA (or 0x8195DA) is known color: Portage. HEX triplet: 81, 95 and DA. RGB value is (129,149,218). Sum of RGB (Red+Green+Blue) = 129+149+218=496 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.01% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #8195DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8195DA is #7E6A25. Grayscale: #969696. Windows color (decimal): -8284710 or 14325121. OLE color: 14325121.

HSL color Cylindrical-coordinate representation of color #8195DA: hue angle of 226.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8195DA is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 149 218 -
CMYK 0.41 0.32 0 0.15
HSL 226.52º 0.55% 0.68% -
HSV(B) 226.52º 0.41% 0.85% -
XYZ 32.46 31.22 70.65 -
YUV 150.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 129 149 218 0.41 0.32 0 0.15 226.52 0.55 0.68
Hex 81 95 DA 29 20 0 F E3 37 44
Octal 201 225 332 51 40 0 17 343 67 104
Binary 10000001 10010101 11011010 101001 100000 0 1111 11100011 110111 1000100

Color Harmonies of #8195DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8195DA

Black with #8195DA

Text Example


Text Example

White with #8195DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8195DA; }

 p { color: rgb(129,149,218); }

 H1.HeaderClassName
 {
   color: #8195DA;
 }
 .AnyTagClassName
 {
   color: #8195DA;
 }
</style>

background-color css

<style>
 a { background-color: #8195DA; }

 a { background-color: rgb(129,149,218); }

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

border-color css

<style>
 span { border-color: #8195DA; }

 span { border-color: rgb(129,149,218); }

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