Html Css Color HEX #8795CF Portage

📋 copy color: '#8795CF'

red 135 ◦ green 149 ◦ blue 207

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

Shades of Portage #8795CF

Tints of Portage #8795CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 27.49%
G = 30.35%
B = 42.16%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8795CF (or 0x8795CF) is known color: Portage. HEX triplet: 87, 95 and CF. RGB value is (135,149,207). Sum of RGB (Red+Green+Blue) = 135+149+207=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #8795CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8795CF is #786A30. Grayscale: #979797. Windows color (decimal): -7891505 or 13604231. OLE color: 13604231.

HSL color Cylindrical-coordinate representation of color #8795CF: hue angle of 228.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8795CF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 149 207 -
CMYK 0.35 0.28 0 0.19
HSL 228.33º 0.43% 0.67% -
HSV(B) 228.33º 0.35% 0.81% -
XYZ 32 31.15 63.36 -
YUV 151.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 135 149 207 0.35 0.28 0 0.19 228.33 0.43 0.67
Hex 87 95 CF 23 1C 0 13 E4 2B 43
Octal 207 225 317 43 34 0 23 344 53 103
Binary 10000111 10010101 11001111 100011 11100 0 10011 11100100 101011 1000011

Color Harmonies of #8795CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8795CF

Black with #8795CF

Text Example


Text Example

White with #8795CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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