Html Css Color HEX #8794CA Portage

📋 copy color: '#8794CA'

red 135 ◦ green 148 ◦ blue 202

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

Shades of Portage #8794CA

Tints of Portage #8794CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 27.84%
G = 30.52%
B = 41.65%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8794CA (or 0x8794CA) is known color: Portage. HEX triplet: 87, 94 and CA. RGB value is (135,148,202). Sum of RGB (Red+Green+Blue) = 135+148+202=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #8794CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794CA is #786B35. Grayscale: #969696. Windows color (decimal): -7891766 or 13276295. OLE color: 13276295.

HSL color Cylindrical-coordinate representation of color #8794CA: hue angle of 228.36º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8794CA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 148 202 -
CMYK 0.33 0.27 0 0.21
HSL 228.36º 0.39% 0.66% -
HSV(B) 228.36º 0.33% 0.79% -
XYZ 31.24 30.59 60.14 -
YUV 150.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 135 148 202 0.33 0.27 0 0.21 228.36 0.39 0.66
Hex 87 94 CA 21 1B 0 15 E4 27 42
Octal 207 224 312 41 33 0 25 344 47 102
Binary 10000111 10010100 11001010 100001 11011 0 10101 11100100 100111 1000010

Color Harmonies of #8794CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8794CA

Black with #8794CA

Text Example


Text Example

White with #8794CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8794CA; }

 p { color: rgb(135,148,202); }

 H1.HeaderClassName
 {
   color: #8794CA;
 }
 .AnyTagClassName
 {
   color: #8794CA;
 }
</style>

background-color css

<style>
 a { background-color: #8794CA; }

 a { background-color: rgb(135,148,202); }

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

border-color css

<style>
 span { border-color: #8794CA; }

 span { border-color: rgb(135,148,202); }

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