Html Css Color HEX #978DED Portage

📋 copy color: '#978DED'

red 151 ◦ green 141 ◦ blue 237

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

Shades of Portage #978DED

Tints of Portage #978DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.65%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 28.54%
G = 26.65%
B = 44.8%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#978DED (or 0x978DED) is known color: Portage. HEX triplet: 97, 8D and ED. RGB value is (151,141,237). Sum of RGB (Red+Green+Blue) = 151+141+237=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #978DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DED is #687212. Grayscale: #9A9A9A. Windows color (decimal): -6844947 or 15568279. OLE color: 15568279.

HSL color Cylindrical-coordinate representation of color #978DED: hue angle of 246.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978DED is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 141 237 -
CMYK 0.36 0.41 0 0.07
HSL 246.25º 0.73% 0.74% -
HSV(B) 246.25º 0.41% 0.93% -
XYZ 37.57 31.74 84.27 -
YUV 154.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 151 141 237 0.36 0.41 0 0.07 246.25 0.73 0.74
Hex 97 8D ED 24 29 0 7 F6 49 4A
Octal 227 215 355 44 51 0 7 366 111 112
Binary 10010111 10001101 11101101 100100 101001 0 111 11110110 1001001 1001010

Color Harmonies of #978DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978DED

Black with #978DED

Text Example


Text Example

White with #978DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,237); }

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

background-color css

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

 a { background-color: rgb(151,141,237); }

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

border-color css

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

 span { border-color: rgb(151,141,237); }

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