Html Css Color HEX #8693CC Portage

📋 copy color: '#8693CC'

red 134 ◦ green 147 ◦ blue 204

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

Shades of Portage #8693CC

Tints of Portage #8693CC

RGB

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

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

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

R = 27.63%
G = 30.31%
B = 42.06%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8693CC (or 0x8693CC) is known color: Portage. HEX triplet: 86, 93 and CC. RGB value is (134,147,204). Sum of RGB (Red+Green+Blue) = 134+147+204=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8693CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8693CC is #796C33. Grayscale: #959595. Windows color (decimal): -7957556 or 13407110. OLE color: 13407110.

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

Color convert

RGB 134 147 204 -
CMYK 0.34 0.28 0 0.2
HSL 228.86º 0.41% 0.66% -
HSV(B) 228.86º 0.34% 0.8% -
XYZ 31.16 30.3 61.33 -
YUV 149.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 134 147 204 0.34 0.28 0 0.2 228.86 0.41 0.66
Hex 86 93 CC 22 1C 0 14 E5 29 42
Octal 206 223 314 42 34 0 24 345 51 102
Binary 10000110 10010011 11001100 100010 11100 0 10100 11100101 101001 1000010

Color Harmonies of #8693CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8693CC

Black with #8693CC

Text Example


Text Example

White with #8693CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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