Html Css Color HEX #959FEC Portage

📋 copy color: '#959FEC'

red 149 ◦ green 159 ◦ blue 236

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

Shades of Portage #959FEC

Tints of Portage #959FEC

RGB

 RED value IS 149 (58.59% from 255) = 27.39%

 GREEN value IS 159 (62.5% from 255) = 29.23%

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

R = 27.39%
G = 29.23%
B = 43.38%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#959FEC (or 0x959FEC) is known color: Portage. HEX triplet: 95, 9F and EC. RGB value is (149,159,236). Sum of RGB (Red+Green+Blue) = 149+159+236=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #959FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FEC is #6A6013. Grayscale: #A4A4A4. Windows color (decimal): -6971412 or 15507349. OLE color: 15507349.

HSL color Cylindrical-coordinate representation of color #959FEC: hue angle of 233.1º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #959FEC is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 159 236 -
CMYK 0.37 0.33 0 0.07
HSL 233.1º 0.7% 0.75% -
HSV(B) 233.1º 0.37% 0.93% -
XYZ 39.93 37.24 84.44 -
YUV 164.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 149 159 236 0.37 0.33 0 0.07 233.1 0.7 0.75
Hex 95 9F EC 25 21 0 7 E9 46 4B
Octal 225 237 354 45 41 0 7 351 106 113
Binary 10010101 10011111 11101100 100101 100001 0 111 11101001 1000110 1001011

Color Harmonies of #959FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FEC

Black with #959FEC

Text Example


Text Example

White with #959FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959FEC; }

 p { color: rgb(149,159,236); }

 H1.HeaderClassName
 {
   color: #959FEC;
 }
 .AnyTagClassName
 {
   color: #959FEC;
 }
</style>

background-color css

<style>
 a { background-color: #959FEC; }

 a { background-color: rgb(149,159,236); }

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

border-color css

<style>
 span { border-color: #959FEC; }

 span { border-color: rgb(149,159,236); }

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