Html Css Color HEX #978FEA Portage

📋 copy color: '#978FEA'

red 151 ◦ green 143 ◦ blue 234

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

Shades of Portage #978FEA

Tints of Portage #978FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 28.6%
G = 27.08%
B = 44.32%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#978FEA (or 0x978FEA) is known color: Portage. HEX triplet: 97, 8F and EA. RGB value is (151,143,234). Sum of RGB (Red+Green+Blue) = 151+143+234=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #978FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FEA is #687015. Grayscale: #9B9B9B. Windows color (decimal): -6844438 or 15372183. OLE color: 15372183.

HSL color Cylindrical-coordinate representation of color #978FEA: hue angle of 245.27º degrees, saturation: 0.68, 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 #978FEA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 143 234 -
CMYK 0.35 0.39 0 0.08
HSL 245.27º 0.68% 0.74% -
HSV(B) 245.27º 0.39% 0.92% -
XYZ 37.44 32.16 82.08 -
YUV 155.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 151 143 234 0.35 0.39 0 0.08 245.27 0.68 0.74
Hex 97 8F EA 23 27 0 8 F5 44 4A
Octal 227 217 352 43 47 0 10 365 104 112
Binary 10010111 10001111 11101010 100011 100111 0 1000 11110101 1000100 1001010

Color Harmonies of #978FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978FEA

Black with #978FEA

Text Example


Text Example

White with #978FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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