Html Css Color HEX #8C95CA Portage

📋 copy color: '#8C95CA'

red 140 ◦ green 149 ◦ blue 202

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

Shades of Portage #8C95CA

Tints of Portage #8C95CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 28.51%
G = 30.35%
B = 41.14%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8C95CA (or 0x8C95CA) is known color: Portage. HEX triplet: 8C, 95 and CA. RGB value is (140,149,202). Sum of RGB (Red+Green+Blue) = 140+149+202=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C95CA is #736A35. Grayscale: #989898. Windows color (decimal): -7563830 or 13276556. OLE color: 13276556.

HSL color Cylindrical-coordinate representation of color #8C95CA: hue angle of 231.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C95CA is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 149 202 -
CMYK 0.31 0.26 0 0.21
HSL 231.29º 0.37% 0.67% -
HSV(B) 231.29º 0.31% 0.79% -
XYZ 32.22 31.33 60.23 -
YUV 152.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 140 149 202 0.31 0.26 0 0.21 231.29 0.37 0.67
Hex 8C 95 CA 1F 1A 0 15 E7 25 43
Octal 214 225 312 37 32 0 25 347 45 103
Binary 10001100 10010101 11001010 11111 11010 0 10101 11100111 100101 1000011

Color Harmonies of #8C95CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C95CA

Black with #8C95CA

Text Example


Text Example

White with #8C95CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,202); }

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

background-color css

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

 a { background-color: rgb(140,149,202); }

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

border-color css

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

 span { border-color: rgb(140,149,202); }

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