Html Css Color HEX #8C97FA Portage

📋 copy color: '#8C97FA'

red 140 ◦ green 151 ◦ blue 250

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

Shades of Portage #8C97FA

Tints of Portage #8C97FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.91%

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 25.88%
G = 27.91%
B = 46.21%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C97FA (or 0x8C97FA) is known color: Portage. HEX triplet: 8C, 97 and FA. RGB value is (140,151,250). Sum of RGB (Red+Green+Blue) = 140+151+250=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C97FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C97FA is #736805. Grayscale: #9E9E9E. Windows color (decimal): -7563270 or 16422796. OLE color: 16422796.

HSL color Cylindrical-coordinate representation of color #8C97FA: hue angle of 234º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C97FA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 151 250 -
CMYK 0.44 0.40 0 0.02
HSL 234º 0.92% 0.76% -
HSV(B) 234º 0.44% 0.98% -
XYZ 39.14 34.61 95.06 -
YUV 159 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 140 151 250 0.44 0.40 0 0.02 234 0.92 0.76
Hex 8C 97 FA 2C 28 0 2 EA 5C 4C
Octal 214 227 372 54 50 0 2 352 134 114
Binary 10001100 10010111 11111010 101100 101000 0 10 11101010 1011100 1001100

Color Harmonies of #8C97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C97FA

Black with #8C97FA

Text Example


Text Example

White with #8C97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,250); }

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

background-color css

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

 a { background-color: rgb(140,151,250); }

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

border-color css

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

 span { border-color: rgb(140,151,250); }

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