Html Css Color HEX #978FEB Portage

📋 copy color: '#978FEB'

red 151 ◦ green 143 ◦ blue 235

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

Shades of Portage #978FEB

Tints of Portage #978FEB

RGB

 RED value IS 151 (59.38% from 255) = 28.54%

 GREEN value IS 143 (56.25% from 255) = 27.03%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 28.54%
G = 27.03%
B = 44.42%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#978FEB (or 0x978FEB) is known color: Portage. HEX triplet: 97, 8F and EB. RGB value is (151,143,235). Sum of RGB (Red+Green+Blue) = 151+143+235=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #978FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FEB is #687014. Grayscale: #9B9B9B. Windows color (decimal): -6844437 or 15437719. OLE color: 15437719.

HSL color Cylindrical-coordinate representation of color #978FEB: hue angle of 245.22º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #978FEB is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 143 235 -
CMYK 0.36 0.39 0 0.08
HSL 245.22º 0.7% 0.74% -
HSV(B) 245.22º 0.39% 0.92% -
XYZ 37.58 32.22 82.84 -
YUV 155.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 151 143 235 0.36 0.39 0 0.08 245.22 0.7 0.74
Hex 97 8F EB 24 27 0 8 F5 46 4A
Octal 227 217 353 44 47 0 10 365 106 112
Binary 10010111 10001111 11101011 100100 100111 0 1000 11110101 1000110 1001010

Color Harmonies of #978FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FEB

Black with #978FEB

Text Example


Text Example

White with #978FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978FEB; }

 p { color: rgb(151,143,235); }

 H1.HeaderClassName
 {
   color: #978FEB;
 }
 .AnyTagClassName
 {
   color: #978FEB;
 }
</style>

background-color css

<style>
 a { background-color: #978FEB; }

 a { background-color: rgb(151,143,235); }

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

border-color css

<style>
 span { border-color: #978FEB; }

 span { border-color: rgb(151,143,235); }

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