Html Css Color HEX #8C85E7 Portage

📋 copy color: '#8C85E7'

red 140 ◦ green 133 ◦ blue 231

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

Shades of Portage #8C85E7

Tints of Portage #8C85E7

RGB

 RED value IS 140 (55.08% from 255) = 27.78%

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

 BLUE value IS 231 (90.63% from 255) = 45.83%

R = 27.78%
G = 26.39%
B = 45.83%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8C85E7 (or 0x8C85E7) is known color: Portage. HEX triplet: 8C, 85 and E7. RGB value is (140,133,231). Sum of RGB (Red+Green+Blue) = 140+133+231=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C85E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C85E7 is #737A18. Grayscale: #919191. Windows color (decimal): -7567897 or 15173004. OLE color: 15173004.

HSL color Cylindrical-coordinate representation of color #8C85E7: hue angle of 244.29º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C85E7 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 133 231 -
CMYK 0.39 0.42 0 0.09
HSL 244.29º 0.67% 0.71% -
HSV(B) 244.29º 0.42% 0.91% -
XYZ 33.63 28.12 79.26 -
YUV 146.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 140 133 231 0.39 0.42 0 0.09 244.29 0.67 0.71
Hex 8C 85 E7 27 2A 0 9 F4 43 47
Octal 214 205 347 47 52 0 11 364 103 107
Binary 10001100 10000101 11100111 100111 101010 0 1001 11110100 1000011 1000111

Color Harmonies of #8C85E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C85E7

Black with #8C85E7

Text Example


Text Example

White with #8C85E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C85E7; }

 p { color: rgb(140,133,231); }

 H1.HeaderClassName
 {
   color: #8C85E7;
 }
 .AnyTagClassName
 {
   color: #8C85E7;
 }
</style>

background-color css

<style>
 a { background-color: #8C85E7; }

 a { background-color: rgb(140,133,231); }

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

border-color css

<style>
 span { border-color: #8C85E7; }

 span { border-color: rgb(140,133,231); }

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