Html Css Color HEX #8693EF Portage

📋 copy color: '#8693EF'

red 134 ◦ green 147 ◦ blue 239

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

Shades of Portage #8693EF

Tints of Portage #8693EF

RGB

 RED value IS 134 (52.73% from 255) = 25.77%

 GREEN value IS 147 (57.81% from 255) = 28.27%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 25.77%
G = 28.27%
B = 45.96%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8693EF (or 0x8693EF) is known color: Portage. HEX triplet: 86, 93 and EF. RGB value is (134,147,239). Sum of RGB (Red+Green+Blue) = 134+147+239=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #8693EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8693EF is #796C10. Grayscale: #999999. Windows color (decimal): -7957521 or 15700870. OLE color: 15700870.

HSL color Cylindrical-coordinate representation of color #8693EF: hue angle of 232.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8693EF is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 147 239 -
CMYK 0.44 0.38 0 0.06
HSL 232.57º 0.77% 0.73% -
HSV(B) 232.57º 0.44% 0.94% -
XYZ 35.85 32.17 85.98 -
YUV 153.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 134 147 239 0.44 0.38 0 0.06 232.57 0.77 0.73
Hex 86 93 EF 2C 26 0 6 E9 4D 49
Octal 206 223 357 54 46 0 6 351 115 111
Binary 10000110 10010011 11101111 101100 100110 0 110 11101001 1001101 1001001

Color Harmonies of #8693EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8693EF

Black with #8693EF

Text Example


Text Example

White with #8693EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8693EF; }

 p { color: rgb(134,147,239); }

 H1.HeaderClassName
 {
   color: #8693EF;
 }
 .AnyTagClassName
 {
   color: #8693EF;
 }
</style>

background-color css

<style>
 a { background-color: #8693EF; }

 a { background-color: rgb(134,147,239); }

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

border-color css

<style>
 span { border-color: #8693EF; }

 span { border-color: rgb(134,147,239); }

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