Html Css Color HEX #8CA3FA Portage

📋 copy color: '#8CA3FA'

red 140 ◦ green 163 ◦ blue 250

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

Shades of Portage #8CA3FA

Tints of Portage #8CA3FA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.48%

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

R = 25.32%
G = 29.48%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CA3FA (or 0x8CA3FA) is known color: Portage. HEX triplet: 8C, A3 and FA. RGB value is (140,163,250). Sum of RGB (Red+Green+Blue) = 140+163+250=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CA3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CA3FA is #735C05. Grayscale: #A5A5A5. Windows color (decimal): -7560198 or 16425868. OLE color: 16425868.

HSL color Cylindrical-coordinate representation of color #8CA3FA: hue angle of 227.45º 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 #8CA3FA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 163 250 -
CMYK 0.44 0.35 0 0.02
HSL 227.45º 0.92% 0.76% -
HSV(B) 227.45º 0.44% 0.98% -
XYZ 41.17 38.67 95.74 -
YUV 166.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 140 163 250 0.44 0.35 0 0.02 227.45 0.92 0.76
Hex 8C A3 FA 2C 23 0 2 E3 5C 4C
Octal 214 243 372 54 43 0 2 343 134 114
Binary 10001100 10100011 11111010 101100 100011 0 10 11100011 1011100 1001100

Color Harmonies of #8CA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA3FA

Black with #8CA3FA

Text Example


Text Example

White with #8CA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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