Html Css Color HEX #8793CC Portage

📋 copy color: '#8793CC'

red 135 ◦ green 147 ◦ blue 204

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

Shades of Portage #8793CC

Tints of Portage #8793CC

RGB

 RED value IS 135 (53.13% from 255) = 27.78%

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

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

R = 27.78%
G = 30.25%
B = 41.98%

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

#8793CC (or 0x8793CC) is known color: Portage. HEX triplet: 87, 93 and CC. RGB value is (135,147,204). Sum of RGB (Red+Green+Blue) = 135+147+204=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #8793CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8793CC is #786C33. Grayscale: #959595. Windows color (decimal): -7892020 or 13407111. OLE color: 13407111.

HSL color Cylindrical-coordinate representation of color #8793CC: hue angle of 229.57º degrees, saturation: 0.4, 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 #8793CC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 147 204 -
CMYK 0.34 0.28 0 0.2
HSL 229.57º 0.4% 0.66% -
HSV(B) 229.57º 0.34% 0.8% -
XYZ 31.32 30.38 61.34 -
YUV 149.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 135 147 204 0.34 0.28 0 0.2 229.57 0.4 0.66
Hex 87 93 CC 22 1C 0 14 E6 28 42
Octal 207 223 314 42 34 0 24 346 50 102
Binary 10000111 10010011 11001100 100010 11100 0 10100 11100110 101000 1000010

Color Harmonies of #8793CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8793CC

Black with #8793CC

Text Example


Text Example

White with #8793CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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