Html Css Color HEX #8196ED Portage

📋 copy color: '#8196ED'

red 129 ◦ green 150 ◦ blue 237

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

Shades of Portage #8196ED

Tints of Portage #8196ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.07%

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

R = 25%
G = 29.07%
B = 45.93%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8196ED (or 0x8196ED) is known color: Portage. HEX triplet: 81, 96 and ED. RGB value is (129,150,237). Sum of RGB (Red+Green+Blue) = 129+150+237=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #8196ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8196ED is #7E6912. Grayscale: #999999. Windows color (decimal): -8284435 or 15570561. OLE color: 15570561.

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

Color convert

RGB 129 150 237 -
CMYK 0.46 0.37 0 0.07
HSL 228.33º 0.75% 0.72% -
HSV(B) 228.33º 0.46% 0.93% -
XYZ 35.25 32.59 84.55 -
YUV 153.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 129 150 237 0.46 0.37 0 0.07 228.33 0.75 0.72
Hex 81 96 ED 2E 25 0 7 E4 4B 48
Octal 201 226 355 56 45 0 7 344 113 110
Binary 10000001 10010110 11101101 101110 100101 0 111 11100100 1001011 1001000

Color Harmonies of #8196ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8196ED

Black with #8196ED

Text Example


Text Example

White with #8196ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8196ED; }

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

 H1.HeaderClassName
 {
   color: #8196ED;
 }
 .AnyTagClassName
 {
   color: #8196ED;
 }
</style>

background-color css

<style>
 a { background-color: #8196ED; }

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

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

border-color css

<style>
 span { border-color: #8196ED; }

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

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