Html Css Color HEX #8B98F4 Portage

📋 copy color: '#8B98F4'

red 139 ◦ green 152 ◦ blue 244

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

Shades of Portage #8B98F4

Tints of Portage #8B98F4

RGB

 RED value IS 139 (54.69% from 255) = 25.98%

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

 BLUE value IS 244 (95.7% from 255) = 45.61%

R = 25.98%
G = 28.41%
B = 45.61%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8B98F4 (or 0x8B98F4) is known color: Portage. HEX triplet: 8B, 98 and F4. RGB value is (139,152,244). Sum of RGB (Red+Green+Blue) = 139+152+244=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #8B98F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B98F4 is #74670B. Grayscale: #9E9E9E. Windows color (decimal): -7628556 or 16029835. OLE color: 16029835.

HSL color Cylindrical-coordinate representation of color #8B98F4: hue angle of 232.57º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B98F4 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 152 244 -
CMYK 0.43 0.38 0 0.04
HSL 232.57º 0.83% 0.75% -
HSV(B) 232.57º 0.43% 0.96% -
XYZ 38.2 34.48 90.23 -
YUV 158.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 139 152 244 0.43 0.38 0 0.04 232.57 0.83 0.75
Hex 8B 98 F4 2B 26 0 4 E9 53 4B
Octal 213 230 364 53 46 0 4 351 123 113
Binary 10001011 10011000 11110100 101011 100110 0 100 11101001 1010011 1001011

Color Harmonies of #8B98F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B98F4

Black with #8B98F4

Text Example


Text Example

White with #8B98F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,152,244); }

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

background-color css

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

 a { background-color: rgb(139,152,244); }

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

border-color css

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

 span { border-color: rgb(139,152,244); }

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