Html Css Color HEX #978BEC Portage

📋 copy color: '#978BEC'

red 151 ◦ green 139 ◦ blue 236

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

Shades of Portage #978BEC

Tints of Portage #978BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.43%

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 28.71%
G = 26.43%
B = 44.87%

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

#978BEC (or 0x978BEC) is known color: Portage. HEX triplet: 97, 8B and EC. RGB value is (151,139,236). Sum of RGB (Red+Green+Blue) = 151+139+236=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #978BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BEC is #687413. Grayscale: #999999. Windows color (decimal): -6845460 or 15502231. OLE color: 15502231.

HSL color Cylindrical-coordinate representation of color #978BEC: hue angle of 247.42º degrees, saturation: 0.72, 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 #978BEC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 139 236 -
CMYK 0.36 0.41 0 0.07
HSL 247.42º 0.72% 0.74% -
HSV(B) 247.42º 0.41% 0.93% -
XYZ 37.14 31.1 83.4 -
YUV 153.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 151 139 236 0.36 0.41 0 0.07 247.42 0.72 0.74
Hex 97 8B EC 24 29 0 7 F7 48 4A
Octal 227 213 354 44 51 0 7 367 110 112
Binary 10010111 10001011 11101100 100100 101001 0 111 11110111 1001000 1001010

Color Harmonies of #978BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BEC

Black with #978BEC

Text Example


Text Example

White with #978BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,139,236); }

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

background-color css

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

 a { background-color: rgb(151,139,236); }

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

border-color css

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

 span { border-color: rgb(151,139,236); }

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