Html Css Color HEX #8C98FD Portage

📋 copy color: '#8C98FD'

red 140 ◦ green 152 ◦ blue 253

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

Shades of Portage #8C98FD

Tints of Portage #8C98FD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.89%

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 25.69%
G = 27.89%
B = 46.42%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C98FD (or 0x8C98FD) is known color: Portage. HEX triplet: 8C, 98 and FD. RGB value is (140,152,253). Sum of RGB (Red+Green+Blue) = 140+152+253=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C98FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C98FD is #736702. Grayscale: #9F9F9F. Windows color (decimal): -7563011 or 16619660. OLE color: 16619660.

HSL color Cylindrical-coordinate representation of color #8C98FD: hue angle of 233.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C98FD is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 152 253 -
CMYK 0.45 0.40 0 0.01
HSL 233.63º 0.97% 0.77% -
HSV(B) 233.63º 0.45% 0.99% -
XYZ 39.77 35.12 97.61 -
YUV 159.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 140 152 253 0.45 0.40 0 0.01 233.63 0.97 0.77
Hex 8C 98 FD 2D 28 0 1 EA 61 4D
Octal 214 230 375 55 50 0 1 352 141 115
Binary 10001100 10011000 11111101 101101 101000 0 1 11101010 1100001 1001101

Color Harmonies of #8C98FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C98FD

Black with #8C98FD

Text Example


Text Example

White with #8C98FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,253); }

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

background-color css

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

 a { background-color: rgb(140,152,253); }

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

border-color css

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

 span { border-color: rgb(140,152,253); }

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