Html Css Color HEX #979EEB Portage

📋 copy color: '#979EEB'

red 151 ◦ green 158 ◦ blue 235

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

Shades of Portage #979EEB

Tints of Portage #979EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.04%

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

R = 27.76%
G = 29.04%
B = 43.2%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#979EEB (or 0x979EEB) is known color: Portage. HEX triplet: 97, 9E and EB. RGB value is (151,158,235). Sum of RGB (Red+Green+Blue) = 151+158+235=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #979EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EEB is #686114. Grayscale: #A4A4A4. Windows color (decimal): -6840597 or 15441559. OLE color: 15441559.

HSL color Cylindrical-coordinate representation of color #979EEB: hue angle of 235º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979EEB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 158 235 -
CMYK 0.36 0.33 0 0.08
HSL 235º 0.68% 0.76% -
HSV(B) 235º 0.36% 0.92% -
XYZ 39.98 37.03 83.64 -
YUV 164.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 151 158 235 0.36 0.33 0 0.08 235 0.68 0.76
Hex 97 9E EB 24 21 0 8 EB 44 4C
Octal 227 236 353 44 41 0 10 353 104 114
Binary 10010111 10011110 11101011 100100 100001 0 1000 11101011 1000100 1001100

Color Harmonies of #979EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EEB

Black with #979EEB

Text Example


Text Example

White with #979EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979EEB; }

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

 H1.HeaderClassName
 {
   color: #979EEB;
 }
 .AnyTagClassName
 {
   color: #979EEB;
 }
</style>

background-color css

<style>
 a { background-color: #979EEB; }

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

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

border-color css

<style>
 span { border-color: #979EEB; }

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

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