Html Css Color HEX #8598DA Portage

📋 copy color: '#8598DA'

red 133 ◦ green 152 ◦ blue 218

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

Shades of Portage #8598DA

Tints of Portage #8598DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.22%

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

R = 26.44%
G = 30.22%
B = 43.34%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8598DA (or 0x8598DA) is known color: Portage. HEX triplet: 85, 98 and DA. RGB value is (133,152,218). Sum of RGB (Red+Green+Blue) = 133+152+218=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #8598DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598DA is #7A6725. Grayscale: #999999. Windows color (decimal): -8021798 or 14325893. OLE color: 14325893.

HSL color Cylindrical-coordinate representation of color #8598DA: hue angle of 226.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8598DA is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 152 218 -
CMYK 0.39 0.30 0 0.15
HSL 226.59º 0.53% 0.69% -
HSV(B) 226.59º 0.39% 0.85% -
XYZ 33.56 32.5 70.84 -
YUV 153.84 164.21 113.13 -
System Red Green Blue C M Y K H S L
Decimal 133 152 218 0.39 0.30 0 0.15 226.59 0.53 0.69
Hex 85 98 DA 27 1E 0 F E3 35 45
Octal 205 230 332 47 36 0 17 343 65 105
Binary 10000101 10011000 11011010 100111 11110 0 1111 11100011 110101 1000101

Color Harmonies of #8598DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8598DA

Black with #8598DA

Text Example


Text Example

White with #8598DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,152,218); }

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

background-color css

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

 a { background-color: rgb(133,152,218); }

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

border-color css

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

 span { border-color: rgb(133,152,218); }

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