Html Css Color HEX #8596DD Portage

📋 copy color: '#8596DD'

red 133 ◦ green 150 ◦ blue 221

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

Shades of Portage #8596DD

Tints of Portage #8596DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 26.39%
G = 29.76%
B = 43.85%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8596DD (or 0x8596DD) is known color: Portage. HEX triplet: 85, 96 and DD. RGB value is (133,150,221). Sum of RGB (Red+Green+Blue) = 133+150+221=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #8596DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596DD is #7A6922. Grayscale: #989898. Windows color (decimal): -8022307 or 14521989. OLE color: 14521989.

HSL color Cylindrical-coordinate representation of color #8596DD: hue angle of 228.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8596DD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 150 221 -
CMYK 0.40 0.32 0 0.13
HSL 228.41º 0.56% 0.69% -
HSV(B) 228.41º 0.4% 0.87% -
XYZ 33.63 32.02 72.81 -
YUV 153.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 133 150 221 0.40 0.32 0 0.13 228.41 0.56 0.69
Hex 85 96 DD 28 20 0 D E4 38 45
Octal 205 226 335 50 40 0 15 344 70 105
Binary 10000101 10010110 11011101 101000 100000 0 1101 11100100 111000 1000101

Color Harmonies of #8596DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596DD

Black with #8596DD

Text Example


Text Example

White with #8596DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8596DD; }

 p { color: rgb(133,150,221); }

 H1.HeaderClassName
 {
   color: #8596DD;
 }
 .AnyTagClassName
 {
   color: #8596DD;
 }
</style>

background-color css

<style>
 a { background-color: #8596DD; }

 a { background-color: rgb(133,150,221); }

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

border-color css

<style>
 span { border-color: #8596DD; }

 span { border-color: rgb(133,150,221); }

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