Html Css Color HEX #959BEC Portage

📋 copy color: '#959BEC'

red 149 ◦ green 155 ◦ blue 236

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

Shades of Portage #959BEC

Tints of Portage #959BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.7%

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

R = 27.59%
G = 28.7%
B = 43.7%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#959BEC (or 0x959BEC) is known color: Portage. HEX triplet: 95, 9B and EC. RGB value is (149,155,236). Sum of RGB (Red+Green+Blue) = 149+155+236=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #959BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959BEC is #6A6413. Grayscale: #A2A2A2. Windows color (decimal): -6972436 or 15506325. OLE color: 15506325.

HSL color Cylindrical-coordinate representation of color #959BEC: hue angle of 235.86º 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 #959BEC is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 155 236 -
CMYK 0.37 0.34 0 0.07
HSL 235.86º 0.7% 0.75% -
HSV(B) 235.86º 0.37% 0.93% -
XYZ 39.26 35.89 84.22 -
YUV 162.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 149 155 236 0.37 0.34 0 0.07 235.86 0.7 0.75
Hex 95 9B EC 25 22 0 7 EC 46 4B
Octal 225 233 354 45 42 0 7 354 106 113
Binary 10010101 10011011 11101100 100101 100010 0 111 11101100 1000110 1001011

Color Harmonies of #959BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BEC

Black with #959BEC

Text Example


Text Example

White with #959BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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