Html Css Color HEX #978EEA Portage

📋 copy color: '#978EEA'

red 151 ◦ green 142 ◦ blue 234

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

Shades of Portage #978EEA

Tints of Portage #978EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

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

R = 28.65%
G = 26.94%
B = 44.4%

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

#978EEA (or 0x978EEA) is known color: Portage. HEX triplet: 97, 8E and EA. RGB value is (151,142,234). Sum of RGB (Red+Green+Blue) = 151+142+234=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #978EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978EEA is #687115. Grayscale: #9A9A9A. Windows color (decimal): -6844694 or 15371927. OLE color: 15371927.

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

Color convert

RGB 151 142 234 -
CMYK 0.35 0.39 0 0.08
HSL 245.87º 0.69% 0.74% -
HSV(B) 245.87º 0.39% 0.92% -
XYZ 37.29 31.87 82.03 -
YUV 155.18 172.48 125.02 -
System Red Green Blue C M Y K H S L
Decimal 151 142 234 0.35 0.39 0 0.08 245.87 0.69 0.74
Hex 97 8E EA 23 27 0 8 F6 45 4A
Octal 227 216 352 43 47 0 10 366 105 112
Binary 10010111 10001110 11101010 100011 100111 0 1000 11110110 1000101 1001010

Color Harmonies of #978EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978EEA

Black with #978EEA

Text Example


Text Example

White with #978EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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