Html Css Color HEX #8795ED Portage

📋 copy color: '#8795ED'

red 135 ◦ green 149 ◦ blue 237

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

Shades of Portage #8795ED

Tints of Portage #8795ED

RGB

 RED value IS 135 (53.13% from 255) = 25.91%

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

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

R = 25.91%
G = 28.6%
B = 45.49%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8795ED (or 0x8795ED) is known color: Portage. HEX triplet: 87, 95 and ED. RGB value is (135,149,237). Sum of RGB (Red+Green+Blue) = 135+149+237=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #8795ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8795ED is #786A12. Grayscale: #9A9A9A. Windows color (decimal): -7891475 or 15570311. OLE color: 15570311.

HSL color Cylindrical-coordinate representation of color #8795ED: hue angle of 231.76º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8795ED is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 149 237 -
CMYK 0.43 0.37 0 0.07
HSL 231.76º 0.74% 0.73% -
HSV(B) 231.76º 0.43% 0.93% -
XYZ 36.03 32.76 84.55 -
YUV 154.85 174.36 113.84 -
System Red Green Blue C M Y K H S L
Decimal 135 149 237 0.43 0.37 0 0.07 231.76 0.74 0.73
Hex 87 95 ED 2B 25 0 7 E8 4A 49
Octal 207 225 355 53 45 0 7 350 112 111
Binary 10000111 10010101 11101101 101011 100101 0 111 11101000 1001010 1001001

Color Harmonies of #8795ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8795ED

Black with #8795ED

Text Example


Text Example

White with #8795ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,149,237); }

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

background-color css

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

 a { background-color: rgb(135,149,237); }

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

border-color css

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

 span { border-color: rgb(135,149,237); }

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