Html Css Color HEX #8597CC Portage

📋 copy color: '#8597CC'

red 133 ◦ green 151 ◦ blue 204

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

Shades of Portage #8597CC

Tints of Portage #8597CC

RGB

 RED value IS 133 (52.34% from 255) = 27.25%

 GREEN value IS 151 (59.38% from 255) = 30.94%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 27.25%
G = 30.94%
B = 41.8%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8597CC (or 0x8597CC) is known color: Portage. HEX triplet: 85, 97 and CC. RGB value is (133,151,204). Sum of RGB (Red+Green+Blue) = 133+151+204=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8597CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8597CC is #7A6833. Grayscale: #979797. Windows color (decimal): -8022068 or 13408133. OLE color: 13408133.

HSL color Cylindrical-coordinate representation of color #8597CC: hue angle of 224.79º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8597CC is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 151 204 -
CMYK 0.35 0.26 0 0.2
HSL 224.79º 0.41% 0.66% -
HSV(B) 224.79º 0.35% 0.8% -
XYZ 31.64 31.48 61.54 -
YUV 151.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 133 151 204 0.35 0.26 0 0.2 224.79 0.41 0.66
Hex 85 97 CC 23 1A 0 14 E1 29 42
Octal 205 227 314 43 32 0 24 341 51 102
Binary 10000101 10010111 11001100 100011 11010 0 10100 11100001 101001 1000010

Color Harmonies of #8597CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8597CC

Black with #8597CC

Text Example


Text Example

White with #8597CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8597CC; }

 p { color: rgb(133,151,204); }

 H1.HeaderClassName
 {
   color: #8597CC;
 }
 .AnyTagClassName
 {
   color: #8597CC;
 }
</style>

background-color css

<style>
 a { background-color: #8597CC; }

 a { background-color: rgb(133,151,204); }

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

border-color css

<style>
 span { border-color: #8597CC; }

 span { border-color: rgb(133,151,204); }

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